Unable to link to a c++ dll from VB2019Hi all after, including the .def file in the youtube tutorial i managed to double a number in VB usi...
Unable to link to a c++ dll from VB2019Done, now I got this situation: https://drive.google.com/file/d/1YcFZrHOJqwxLwGIKxmF09y4pWCM-ZCsk/v...
Unable to link to a c++ dll from VB2019Thanks for this useful reply, I added this line #define RUNGEKUTTA_API extern "C" __declspec(dll...
Unable to link to a c++ dll from VB2019I got some mixed progress going by your advice: In my VB code: Public Class MyProject ' Decla...
Unable to link to a c++ dll from VB2019Do I still need to reference the dll from VB IDE? And this time with the extra lines of code on the ...