I have a .dll project with both __gc and __nogc classes, managed and
unmanaged code. In my unmanaged code, I want to call sqrt() from math.h.
So, I've #included <math.h> in the .cpp file, but I'm getting an unresolved
external symbol linker error. I have the same code in an .exe project and
it...
more >>
Hi,
I'm dynamically calling the HTMLHelp function and getting
a Buffer Overrun in the VC++ runtime library. This
terminates the application. It only happens when
building for Release (VS .NET 2003). The thing is, the
code is unchanged from when it worked with VC++ 6.0.
The Help file i...
more >>
Hi Chris and BJ,
I am working in the same library too. I tired to use the Visual C++ to link
to this win ce.net dll, and from Visual C++, I can see the method and build
with the following code:
// This is the main project file for VC++ application project
// generated using an Applicat...
more >>
I have an ATL 7 web service. I need to call methods in an MFC extension
DLL.
I have wrapped the extension DLL with a 'normal' (_USERDLL) MFC dll and
linked my web service to the normal DLL. There is code in the
InitInstance() of the MFC application in the 'normal' DLL which calls the
initiali...
more >>