Another brick wall with interfacing with a C++ class filled with Virtual Functions
Here's the definition and the TypeDef of the DataType it returns :
and here's my conversion, which causes a memory exception.
Here's the definition and the TypeDef of the DataType it returns :
typedef DWORD HEFFECT; virtual HEFFECT CALL Effect_Load(const char *filename, DWORD size=0) = 0;
and here's my conversion, which causes a memory exception.
Method Effect_Load:Int(FileName$z)