Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 113(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.0
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 Views: 4
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 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 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 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 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 Views: 0
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 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 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 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 Views: 5