Enter Keywords:
1 - 10 of 114(0.008 seconds)
Sort By:
 
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 Rating: 5.0 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 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 ...
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...
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...
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...
Zones: Delphi ProgrammingDate Answered: 01/20/2000 Rating: 7.8 Views: 11
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 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...
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...
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...
Zones: Windows MFCDate Answered: 05/20/2004 Rating: 8.4 Views: 0