CopyMem - Can I see data?
I'm having a tough time with some code I've ported from C.
I have to use CopyMem to stuff some data into a var, and in one instance it works correctly, but following that it fails and usually causes a crash.
Is there any way to "see" the data I want to copy and it's length?
I'm concerned that the var I'm copying to is not the correct size, or that the declaration of the var is not correct.
Unfortunately, I'm copying into a farily complex Type....
I've attached the basic code for anyone bold enough to look at it.
Specifically, look at the processData sub, where the CopyMem calls are.
You will not be able to run this code directly since you won't have the app I'm working with.
However, if you want, you can download a trial version:
http://www.infograph.com/forms/down...?product=myriad
There is sample integration code (in C) in the intgclt folder after installation.
Thanks!