I want to pass a structure to a defined dll-function. This structure contains various sorts of data-types. I know I have to write a wrapper dll for that (what I did), but it doesn't seem to work. When creating my application, I get an "Unhandled exception" in my LabVIEW-file. It gives an error, which says: "The referenced memory at the instruction could not be written".
Can someone please provide me with an example of the source code for this wrapper dll I'm trying to create?