DLL EntryPointNotFoundException when trying to import C/C++ DLL into C#

后端 未结 0 1902
情书的邮戳
情书的邮戳 2021-01-07 08:58

My header:

#define DLLExport __declspec (dllexport)
#define MAXCOLS 3


extern "C" {

    typedef struct Matrix {

        double** array; //contain         


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题