What's marshalling? I've had to use it extensively for a project but I don't
know what it means. I tried to look for a definition in the Internet but I
couldn't find anything that would explain what it is.
Is converting a C-style struct to a C# class (or struct) marshalling? And
what about the function exports? Are those Marshalling too?
Thanks for your help and thanks for helping me with the Dll exports (the
several messages I posted in NG). Everything worked great.
My last step is to convert some C-structs (with embedded structs and members
of type struct) into classes. But I won't be working on that yet.
know what it means. I tried to look for a definition in the Internet but I
couldn't find anything that would explain what it is.
Is converting a C-style struct to a C# class (or struct) marshalling? And
what about the function exports? Are those Marshalling too?
Thanks for your help and thanks for helping me with the Dll exports (the
several messages I posted in NG). Everything worked great.
My last step is to convert some C-structs (with embedded structs and members
of type struct) into classes. But I won't be working on that yet.
Comment