Returning Structure from C++ DLL
Posted: Wed May 21, 2003 6:38 pm
How can I return structure from other DLL made in C++?
example:
and to return data in my structure?
[/code]
example:
Code: Select all
Structure
a.l
b.l
c.l
d.l
EndStructure
OpenLIbrary(0,"etc.dll")
Number CallFunction(0,"myfunc",33,44,77,11)and to return data in my structure?
[/code]