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 MikeeOK 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. shinosuke

    Typical problem linking DLL

    That worked, thanks, though I had to put it this way, extern "C" must precede the declaration: extern "C" _declspec(dllimport) int _stdcall f(int argc,char**argv)
  2. shinosuke

    Typical problem linking DLL

    Hello I need help with this. I build a DLL with MS Visual c++ 6. The library exports a function in this way: _declspec(dllexport) _stdcall int f(int a,char **b); Let's call the DLL A.DLL. The DLL compiles correctly, and with the DUMPBIN utility I see it is exporting function f. Now, I'm...

Part and Inventory Search

Back
Top