Has anyone succeeded in getting Type data passed to a dll.
I am having issues getting the pointer to the type and passing that to the function.
I get errors like : - Unable to convert from "iNet" to Long Ptr.
Module Info:
Type Structure
I am having issues getting the pointer to the type and passing that to the function.
I get errors like : - Unable to convert from "iNet" to Long Ptr.
Module Info:
Extern "WIN32" Function tnetscore:Int(g:Long Ptr) EndExtern
Type Structure
Type iNet Field Server:String Field Script:String Field Extip:String Field Port:String Field GameName:String Field GameServer:String End Type