mchow2469
July 11th, 2005, 06:55 PM
Hi,
I currently need to pass an array "float __gc[]" into a built in function which takes in an array of type void*.
The compiler isn't liking it and complains:
testWave.h(113): error C2664: 'FileToArray' : cannot convert parameter 2 from 'float __gc[]' to 'void *'
Do you guys know a way to get managed and unmanged code to agree?
Thanks!
I currently need to pass an array "float __gc[]" into a built in function which takes in an array of type void*.
The compiler isn't liking it and complains:
testWave.h(113): error C2664: 'FileToArray' : cannot convert parameter 2 from 'float __gc[]' to 'void *'
Do you guys know a way to get managed and unmanged code to agree?
Thanks!