How to reference and use a function from a dll

  • Thread starter Thread starter HotIndigo
  • Start date Start date
H

HotIndigo

Guest
I have a .dll (MyTable.dll) which contains a function int RefTable(int Index, double &Value). I checked to make sure this function is visible with dllexp and it also works well in a vb project. I need this RefTable function to work within a new c++ project (project1) but have not been able to find how to reference its dll or define it within my .h file. The dll resides in the same folder as the compiled project1.exe file. Any help or pointers would be appreciated on this - I'm quite new to c++ and have exhausted my searches.

HotIndigo.

Continue reading...
 
Back
Top