Declaring and calling the functions from inner structs in native DLLs. - page 2

 
Alain Verleyen #:
Look at this article.

There is no example of such data type in that article (nested structs as explained in my first comments). 

Can you give me some tips? How to cast it to the structs I have it the DLL?

 
metadevEU #:

There is no example of such data type in that article (nested structs as explained in my first comments). 

Can you give me some tips? How to cast it to the structs I have it the DLL?

Your memcpy must be declared with ulong. Int is 32 bit. But your addresses are 64 bit.


 
metadevEU #:

There is no example of such data type in that article (nested structs as explained in my first comments). 

Can you give me some tips? How to cast it to the structs I have it the DLL?

please post the code instead of a screenshot
 
Thanks for the help guys, I will just give up on this and try something else using sockets.
 
metadevEU #:
Thanks for the help guys, I will just give up on this and try something else using sockets.
If you want me to try, I need the code. I feel challenged, somehow.


 
Dominik Egert #:
If you want me to try, I need the code. I feel challenged, somehow.


I will send it to you.

 
Any progress guys?