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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10040356.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10041745.html
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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10145054.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10193469.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10250381.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10252962.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10467558.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20123674.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20329489.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20544972.htm...
Zones:
Windows MFCDate Answered: 05/14/2003 Grade: B Views: 29