Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. reddog51

    Porting Windows dlls to UNIX

    Thanks to all for your help. My problem was that my application uses a number of dlls which all perform a variant of the same calculation. As such they all contain a number of functions with the same name. This was not a problem in Windows since I only exported the primary entry point...
  2. reddog51

    Porting Windows dlls to UNIX

    What I'm trying to figure out is: in Windows, you specify a DLL_EXPORT declaration for the functions you want to export from the dll, and then a corresponding DLL_IMPORT declaration in the modules which use those functions. I can't find any corresponding construct in UNIX. How do you identify...
  3. reddog51

    Porting Windows dlls to UNIX

    I am looking into porting a Windows app to UNIX. It consists of an executable and several dlls. I assume that the dlls will be compiled as shared libraries. How do I specify which functions in the shared libraries are 'exported', i.e. made available to the the executable and other dlls.

Part and Inventory Search

Back
Top