In the method Get3DMFData
it chokes on:
if Q3MemoryStorage_GetBuffer(storage, data, vsize, bsize) =
Quesa.kFailure then
QuesaConfig.HandleError("Get3DMFData: Couldn't get storage
data.")
else
data = data.Ptr(0)
s = data.StringValue(0, vsize)' Save off the data
end if
It highlights the Q3MemoryStorage_GetBuffer(storage, data, vsize,
bsize) and says:
Error: This method requires fewer parameters than were passed, although
looking at the original declare it seems like everything is okay.
Strangely if I hit run, it goes on fine.
5.5.5 builds it with no problem. Is this a known issue?
============
Daniel R. Lurie
============
http://www.vikingdan.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|