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 bkrike 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: *

  • Users: rashmighai
  • Content: Threads
  • Order by date
  1. rashmighai

    DLL build error; exporting static data from DLL

    Hello all , I'n new to writing DLLs and the foll line of code in a header file is giving me errors:- _declspec(dllexport) static int erlStarted = 0 The error is :- error C2201: 'erlStarted' : must have external linkage in order to be exported/imported How do I export static data from a DLL...

Part and Inventory Search

Back
Top