realbasic-games
[Top] [All Lists]

3DMF Workshop .4 wont build in RB2005

To: REALbasic Games <REALbasic-Games at lists dot realsoftware dot com>
Subject: 3DMF Workshop .4 wont build in RB2005
From: Daniel Lurie <dl1021 at optonline dot net>
Date: Tue, 28 Jun 2005 19:09:45 -0400
Cc:
Delivered-to: REALbasic-Games at lists dot realsoftware dot com
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>

<Prev in Thread] Current Thread [Next in Thread>