Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / October 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Killing a dependant process31 Oct 2008 01:14 GMT4
There is a process A that launches process B as a COM object.
If the User tries to end process A, process B should also end. But vice
versa is not true. Process A can run independant of process. It is not
possible for a user to know process B is launched by process A.
C++ hiding Dispose is BAD31 Oct 2008 00:58 GMT8
Anyone know a direct translation for this C# code?  I know I can make a new
function, of course, but that's clumsy.
assume (o is IDisposable)
MethodInvoker d = o.Dispose;
"Static" (VB6) equalivent in C++?30 Oct 2008 20:47 GMT7
I have a function which will return a shape from an image everytime it's
called.
Since it's time consuming I would like it to run itself only once, and
at every subsequent calls it should return the shape it calculated the
VPN File security30 Oct 2008 17:53 GMT1
i would like to create a vpn for our out of office users (right now they are
using www.logmein.com to access their computer and files).  the worry is that
they may be able to copy the information from the servers to their local PC
and use that information for other companys.
port a MFC application to .NET30 Oct 2008 15:40 GMT1
We have a big and rather complex MFC dll that we intent to port to .NET.
If we intent to port the code to a managed C++.dll will this be nearly as
much as rewriting
everything to C#.
Marshall::Copy and BYTE* and byte[] conversion?29 Oct 2008 19:18 GMT2
I am trying to copy an unmanaged buffer into a mananged buffer, and trying
to use marshalling, and I am not having any success because it doesn't seem
to complie.
Basically I am using Directshow's sample grabber interface to a filter, and
Compiler crash (VC2008 Prof)29 Oct 2008 19:17 GMT9
Can somebody tell me how to rewrite this in order to have the compiler
compile this without crashing?
Thanks a lot!
Anna
cannot open file 'LIBC.lib', /VERBOSE not revealing anything29 Oct 2008 16:51 GMT12
Hello again,
I am trying to convert a VC6 project to VC9, and the linker tells me
that it cannot open file 'LIBC.lib'.
But I didn't find this lib referenced or added anywhere.
Wrong Microsoft_VC90_CRT_x86.msm merge module27 Oct 2008 00:57 GMT1
I have MS Visual Studio 2008 both Pro and Dev Team Edition SP1 installed.
I've compiled a managed C++ .DLL which automatically had a manifest
embedded, with the following dependency: "Microsoft.VC90.CRT" "9.0.21022.8"
"x86".
Included file not found, but I don't know why26 Oct 2008 21:08 GMT9
I have declared an include file:
// gsl.config must be included for correct build with inline correctly
defined etc.
#include "gsl/config.h"
Ambiguous call again25 Oct 2008 17:30 GMT32
I am having an "ambiguous call to overloaded function" error again.
This is the function:
int nGetProfWidth (int ncols, unsigned ProfSpec)
{
Undeclared identifier23 Oct 2008 21:55 GMT3
Thanks for the help so far.
I have some problems left. One of them is an undeclared identifier, but
it's unclear to me why the compiler fights with me. It says
"iter: undeclared identifier"
Initonly - but it is not (bug?) VC++ 2008/CLR23 Oct 2008 13:49 GMT2
could anyone please tell me why I get a compile error (C3893) in the last
line? Error message is (translated):
"'Frame::Items': The usage of the L value of an initonly data member is only
allowed in an instance constructor of the Frame class."
Multi value in edit control22 Oct 2008 16:59 GMT1
Multi value in edit control separated by ;
I want have multivalue behaviour in an edit control. Some similar to a list
of email in Outlook, that are automatically underlined when insert a “;”.
After underlined are managed like one object, and if you want select or
Ambiguous call22 Oct 2008 05:21 GMT8
lf.lfHeight         = - (int) (fabs (pt.y) / 10.0 + 0.5) ;
Error    1    error C2668: 'fabs' : ambiguous call to overloaded function
ezfont.cpp    47    stasm
I first thought that the compiler wants to fight with me because there
Pages: 1 2 3 4 September, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.