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 IamaSherpa 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. acamat

    [DLL] - Exporting imported function by same name

    SOLVED! :) In the wrapper dll I use new names for the functions to export and do some aliasing in the *.odl file...
  2. acamat

    [DLL] - Exporting imported function by same name

    Hi there, for a VB-Project I want to wrap some API-Functions (e.g. GetComputerName, GetUserName), which come from different System-DLLs (here Kernel32.dll, Advapi32.dll), in _one_ wrapper DLL, and provide it for VB by a typelibrary. Of cause, I would like to keep the functionname, too. I...

Part and Inventory Search

Back
Top