[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::axp-developer

Title:Alpha Developer Support
Notice:[email protected], 800-332-4786
Moderator:HYDRA::SYSTEM
Created:Mon Jun 06 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3722
Total number of notes:11359

3191.0. "IBR - Point 19784" by RDGENG::ASAP () Thu Feb 13 1997 08:52

    Company Name :  IBR - Point 19784
    Contact Name :  
    Phone        :  +49 228 97985 -0
    Fax          :  +49 228 97985 55
    Email        :  
    Date/Time in :  13-FEB-1997 13:50:46
    Entered by   :  Dave Hague
    SPE center   :  REO

    Category     :  NT
    OS Version   :  4.0
    System H/W   :  Alpha


    Brief Description of Problem:
    -----------------------------

They wish to produce a DLL in Windows NT4.0. This DLL should call up modules
from static libaries, which are referenced, during runtime.

With IBM and AIX this is possible using Import/export files

Can this be done under WNT 4.0? 

T.RTitleUserPersonal
Name
DateLines
3191.1faxed replyRDGENG::HAGUEFri Feb 14 1997 06:2617
A DLL can be linked with an Import/export library on Windows NT.

The library is build when the static library is compiled/linked. The
normally naming convention is .lib. This is then linked with the DLL.

At run-time it is also possible to find the address of a library, using
the win32 Loadlibrary routine and getprocaddress routine. 

I would suggest that you look the subscribe to Microsoft MSDN - Microsoft
Developer Network or look at the samples (SDK) on the Visual C++ CD. There
are some useful examples of how to use Import/export libraries on Windows NT.

regards.
Dave

[email protected]