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 15 - 21, 2003

Filter by week: 1 2 3 4 5

registry problem
Posted by lewis0820 at 11/21/2003 10:43:57 AM
when i set the value in "ScreenSaveTimeOut", the value does change, but the value in "display property . screen save program . wait(w)" doesn't change, what's the matter? ...more >>

Compiling for a standalone app
Posted by TGF at 11/21/2003 9:07:56 AM
Hello, How do you build a *.exe app without having to depend on other dll's such as 'mscoree.dll', etc... I have an application I want to build, but I want to make sure that any needed dll's are compiled into the *.exe file itself. -- TGF ...more >>

Calling Win32 DLL from VB6 Function
Posted by Joe Hoggood at 11/18/2003 2:14:06 PM
Seems I can't call a Win32 DLL exported function from a VB6 function. I can call it successfully from a VB6 Form_Load event. Strange. Any ideas? Here's the exported C++.NET function and VB6 Function. // Win32DLL.cpp : Defines the entry point for the DLL application. #include "stdafx.h" #i...more >>

exe file
Posted by question at 11/18/2003 10:06:55 AM
the program which i build to exe file was open also through the command line but just for a second and then dissappear, i just have to say that if i run the program through the compialer the program ends with a messege "press any key to continu" in this case the user had enogh time to see w...more >>

how to build exe file
Posted by question at 11/18/2003 3:01:54 AM
i try what you said and i really got an exe file but when i try to clik on the exe file the file was open for a second and closed by himself...more >>

i from the previous massage
Posted by question at 11/18/2003 1:36:57 AM
i forgot to mention that i have a microsoft visual c++ version 6. ...more >>

Calling VC++.NET DLLEXPORT Function in VB6 (Error 453: Can't find DLL entry point xx in yy.dll)
Posted by Joe Hoggood at 11/17/2003 4:24:42 PM
I am trying to call a VC++.NET exported function (Win32 DLL) in VB6. When I try to call this exported function from VB6 I get the following error: Error 453: Can't find DLL entry point xx in yy.dll VC++.NET cpp/h source: // Win32DLL.cpp : Defines the entry point for the DLL application. #in...more >>

How to use STL under VC++
Posted by Kelvin at 11/16/2003 5:36:45 PM
To all, I've tried to use the data structures in STL of standard C++ lib, but compile errors such as "vector is an undefined variable/type" here's the snippet #include <vector.h> .... other include file(s) int t_main () { vector<int> vInt; vInt.push_back(100); vInt.push_bac...more >>




DevelopmentNow Blog