Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Problem registering dll
Name: Usha Date: March 6, 2000 at 23:13:35 Pacific
Comment:
Hi,
I am trying to register a dll on Win NT and Win 95. It gives the following error messages: On a Win NT machine: 1. "The ordinal 6466 could not be located in the dynamic link library MFC42u.DLL" 2. LoadLibrary failed, GetLastError returns 0x000000b6. (The same problem occurs when either VC 5.0 or VC 6.0 is loaded on the NT machine).
On a Win 95 machine: 1. LoadLibrary failed, GetLastError returns 0x000000b6.
Could anyone pl tell me the possible cause of these errors?
Summary: I am trying to allocate 1.7 GB memory ( The Server on which the application is running has 4 GB RAM ), is failing, when I studied the problem, I could find that the cause of the problem is loading a...