how to wrapper a class of native c++ dll who has a protected constructor in c++/cli

前端 未结 0 1815
遇见更好的自我
遇见更好的自我 2020-12-10 19:37

My question is just like the sample below

//testDll.h
#ifdef TESTDLL_EXPORTS
#define TESTDLL_API __declspec(dllexport)
#else
#define TESTDLL_API __declspec(dl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题