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 TouchToneTommy 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. funforfun

    Typical problem linking DLL

    try putting extern "C" in the below , _declspec(dllimport) int _stdcall f(int argc,char**argv); so, as to see if you have any isues with the "C" and "C++" functions (or) in your def , you could simply call _declspec(dllimport) int f(int argc,char**argv)...

Part and Inventory Search

Back
Top