At 5:32 PM +0000 2/6/01, Miguel Gonzalez wrote:
>I currently using V12 in a crossplatform project.
>
>Always I have used a crossplatform software, I find it is not 100%
>crossplatform. For example, with V12 I can't read a DB structure from a text
>file from Mac and I can read it from a PC, otherwise I can't read a DB
>structure from a field member from PC and I can read it from Mac, so with a
>few commands I need write the code twice.
>
>For Mac:
>mReadDBStructure(gDB,"LITERAL",field "definition")
>
>For PC
>mReadDBStructure(gDB, "TEXT", the moviePath & "definition.txt")
>

That has not been my experience.  I am developing on a Mac, and to 
build my database, I am using a line just like yours above:

    mReadDbStructure(gDB, "LITERAL", field "DBStruct")

exactly out of the V12 manual.  It works fine on my mac and my PC 
(just tried it).   I don't know about both trying to read from a 
file, but it certainly does work cross-platform reading the database 
structure from a field.

If this doesn't work for you, perhaps you should contact Integration 
New Media, or join the V12-L list and ask about it there.

Irv
-- 
Lingo / Director / Shockwave development for all occasions.

        (Over two millions lines of Lingo code served!)

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to