Dynamically importing a C++ class from a DLL

前端 未结 5 1970
失恋的感觉
失恋的感觉 2020-12-31 06:34

What is the correct way to import a C++ class from a DLL? We\'re using Visual C++.

There\'s the dllexport/exports.def+LoadLibrary+GetProcAddress trifecta, but it do

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-31 07:02

    Found the solution at http://www.codeproject.com/KB/DLL/XDllPt4.aspx

    Thanks for your efforts guys & girls

提交回复
热议问题