define a variable called v dim v as UInt32 = 1 pass v instead of 1
Cj Berg wrote:
Hello everyone, I am hoping to put the finishing touches on this plugin. I am having an issue creating a REALarray of int. REALarray retArr retArr = REALCreateArray(kTypeUInt32,4); REALSetArrayValue(retArr, 0, 1); // '1' or an uint32 If I set the type to Uint8, it works fine, but if I set it to the 32bit (or anything but the uInt8) I get the compile error of Call of overloaded. Thank you for any help, Cj _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
-- 'Brian O'Brien. 'Seaman Family MR Research Center. 'PACS System Manager. https://me.vonage.com/bjobrien
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
