G
Guest
I am new to CppNet
How can I pass a double or float value to Unmanaged function from Managed CppNet Program. I can pass an integer with no problem but when I try it with double or float I get the following compile error
can not convert from __gc float * to float * can not convert from unmanaged to managed
Thanks for your help.
How can I pass a double or float value to Unmanaged function from Managed CppNet Program. I can pass an integer with no problem but when I try it with double or float I get the following compile error
can not convert from __gc float * to float * can not convert from unmanaged to managed
Thanks for your help.