Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
August 2006
September 2006
October 2006
December 2006
January 2007
March 2007
April 2007
May 2007
September 2007
October 2007
all groups > visual c libraries > november 2003 > threads for november 1 - 7, 2003

Filter by week: 1 2 3 4 5

#including .h files from a .dll project, I can't get it to work!
Posted by 0to60 at 11/7/2003 8:44:25 PM
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 >>


Buffer overrun w/ new libraries
Posted by Brian Corcoran at 11/7/2003 8:40:37 AM
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 >>

Repost: Re: DllImport for Windows CE for pocket PC device development
Posted by Kenric Li at 11/5/2003 11:39:15 AM
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 >>

Using ATL server 7 for web services.
Posted by Andy at 11/4/2003 4:10:51 PM
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 >>



DevelopmentNow Blog