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 > december 2003

Which mechanism is better?
Posted by Mihajlo Cvetanovic at 12/26/2003 6:34:38 PM
Hi, I have to create a dll with communication functionality. The first idea was to implement only functions for sending, and user to implement (and pass me a pointer to) function for receiving. Dll would call those receiving events in internally created thread. The other idea is mechani...more >>


Building DLL, please help!!
Posted by Jeoff at 12/25/2003 6:54:58 PM
Hi,All I have a question on how to build a universal DLL(Dynamic Linking Library)or Lib(static library), which could be used both in Debug and Release verisons. As i know, edition of the application which invokes the library must be the same with DLL. The application in Debug only works ...more >>

Linking Custom Function Libraries to Program
Posted by Alex Resnik at 12/23/2003 6:23:05 PM
Hi, I have a question on how to link a custom function library to my program without making it part of my program work space. I am running windows XP on a PIII machine and using VC++ 2003 and I am writing C Win32 Console programs. Is there a particular directory I need to save my librar...more >>

DLL newbie
Posted by Abelardo Vacca at 12/18/2003 8:46:29 AM
Hello, Let me just begin by saying i'm pretty much lost here, so bare with me plz. Basically, I'm trying to obtain the same result one gets when using a DLL in VB6. That's I want to create a DLL with some classes on it, and be able to use them in a project. I have run into documentation e...more >>

_fileinfo (file handles are getting inherited by child process created via _spwanv)
Posted by anil_goel at 12/12/2003 2:06:04 AM
Hi, I have this sample program #include <stdio.h> #include <stdlib.h> #include <process.h> void main() { char *args[2]; int ret = 0; args[0] = "D:\\tmp\\Test.exe"; args[1] = NULL; _fileinfo = 0; FILE *fp = fopen("D:\\tmp\\abc.txt","w"); ret = _spawnv (_P_NOWAIT, "D:\\...more >>

Using MFC in a Managed C++ DLL?? Can I?
Posted by Michael Howes at 12/11/2003 2:49:09 PM
I have some old C code that uses MFC and some C Run Time Library. I need to be able to call this from C# I thought i'd be able to create a Managed C++ DLL, tell the project it was using MFC, include the .c file and be on my way. Can I use MFC in a Managed C++ DLL? If I build a Visual C+...more >>

How to using ADO in the VC7 of .Net 2003
Posted by Bill Sun at 12/9/2003 2:56:20 PM
Hi, I want to compile the MS's program: ADOXCreateDatabaseX.cpp on VC7 of .Net 2003. The compiler always told me: c:\project\console\console\Debug\msado15.tlh(2374) : error C2059: syntax error : '-' c:\project\console\console\Debug\msado15.tlh(2374) : error C2238: unexpected token(s) ...more >>

Link error LNK2019: unresolved external symbol
Posted by AS at 12/2/2003 5:52:24 PM
Hi, I'm trying to use some power management features with windows 2000 Professional and I have visual studio .net 2003 installed with the latest service packs and everything... I want to write a simple app to turn the system into sleep mode/suspend mode. As per documentation of ACPI, you can...more >>




DevelopmentNow Blog