Advertisement

1 - 10 of 112 containing alltags:("loadlibrary") (0 seconds)
I am trying to create a 16-bit "cover" dll that will call a 32-bit dll from a Powerbuilder program.  In my 16-bit "cover" dll, I am trying to LoadLibrary ("the name of the 32-bit dll").  When I exe...
Zones: Windows ProgrammingDate Answered: 03/24/1998 Grade: C Views: 0
I'm trying to implement a tcpip cliente with winsock.dll, because i need binary comunication with a server. But  the LoadLibrary("winsock.dll") fails. How can i load the library? i tried with oth...
Zones: C++Date Answered: 03/06/1998 Grade: B Views: 0
I'm under Visual C++ 4 and I want to load a 16 bits DLL whrote in PASCAL. Is it possible ? LoadLibrary & AfxLoadLibrary doesn't work. Note that I have just the .dll file (I have no lib). I believe ...
Zones: C++Date Answered: 04/02/1999 Grade: A Views: 0
I am trying to use LoadLibrary so that I can use FindResources, I use the code below: HMODULE hModule = LoadLibrary ("C:\\Temp\\existingfile.exe"); The file do exist, when I use GetLastError() I ge...
Zones: Windows MFCDate Answered: 08/16/1999 Grade: A Views: 0
I had a 16-bit application which uses LoadLibrary() to load a printer driver(HPPCL5MS.drv) and it worked fine. I converted the application to 32-bit. The application fails to load HPPCL5MS.DRV usin...
Zones: Windows MFCDate Answered: 12/28/1999 Grade: B Views: 0
I am attempting to load a DLL by calling: RasHandle:= LoadLibrary('rasapi32.dll'); However I am getting the error:   "Initialization of the dynamic link library <<my fn and path>> failed. Th...
Zones: Delphi ProgrammingDate Answered: 01/20/2000 Grade: C Views: 14
Hi!    I made a call to LoadLibrary in order to load a DLL, but the function returns me a NULL pointer (instead of a handle to the DLL). I made sure that the path was right, and that the DLL was...
Zones: C++Date Answered: 06/16/2000 Grade: A Views: 0
Hi, I wrote a very basic DLL using the Visual wisard and compiled it. When I try to open it using the LoadLibrary: {     HMODULE hinstLib = NULL;     bool fFreeResult, fRunTimeLinkSuccess...
Zones: C++Date Answered: 05/27/2001 Grade: B Views: 8
I have an MFC program that should run on W2K, NT, and 98. The program uses features that exist in the RichEdit control version 2 & 3, that are in riched20.dll. MFC source calls LoadLibraryA("RI...
Zones: Windows 98Date Answered: 07/30/2002 Grade: A Views: 0
Hi I have two applications which call the same DLL file using the same code. The original application works and loads the dll. The new application I have derived does not. It seems to fai...
Zones: Windows MFCDate Answered: 05/14/2003 Grade: B Views: 29