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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|