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 Rating: 7.8 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 Rating: 7.6 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 Rating: 5.8 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 Rating: 9.0 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 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 Rating: 5.6 Views: 0
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 Rating: 9.0 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 Rating: 5.8 Views: 4
I have an MFC application that uses a keyboard proc in a DLL with two new functions called "BOOL InitHook()" and "BOOL RemoveHook()"... Everything works fine when the DLL is where it should be (ap...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20995330.htm...
Zones:
Windows MFCDate Answered: 05/20/2004 Rating: 8.4 Views: 0