Hi,
i am trying to pass a structure to a c# dll, but i cant get it to work.
I can pass simple datatypes like long and string.
But when i use a struct with only a string, the string gets mangled.
I have a read that you have to padd structure but dont know how.
Any suggestions?