Click here to Skip to main content
15,910,872 members

Comments by smea (Top 3 by date)

smea 16-Jun-10 14:35pm View    
Thanks for your help Richard, it got me thinking a bit differently and I have found this to try:
http://stackoverflow.com/questions/1850488/pinning-an-updateble-struct-before-passing-to-unmanaged-code

Will let you know how I get on, thanks
smea 16-Jun-10 9:05am View    
Problem is GCHHandle only allows you to pin a Managed object, I need to pin a Native object i.e. * rather than ^
smea 5-May-10 9:00am View    
Surly if the signatures were wrong you would get compile errors.

I can supply a very cut down version of the solution where the error occurs if you want to have a look

Thanks