Ctypes arguments passed to C++ .dll prints out garbage value

后端 未结 0 1326
别跟我提以往
别跟我提以往 2020-12-04 15:14

I wrote a C++ .dll that takes in two character arrays, initializes an OpenCV DNN Net object and returns it.

//test.cpp
#include "test.h"
#define EXT         


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