PC/x-platform development (was Re: embed/install font)

xbury.cs at clearstream.com xbury.cs at clearstream.com
Thu Jul 21 10:23:02 EDT 2005


Brad,

I dont think nothing is stopping you from copying your stack to a mac and
running it via a demo player... 

Once the stack is made (on a PC for example), i dont think you need to
recompile it to run on Macs or Linux. 

But i could be wrong...

cheers
Xavier

On 21/07/2005 16:04:00 use-revolution-bounces wrote:
>Ah, but I only have the Mac development platform. I guess that argues
>for me to get the PC platform.
>
>Which raises a couple of points:
>
>1) I got tired of paying Macromedia for the right to develop on two
>platforms. Every time Director upgraded, I had to shell out another $800
>for the upgrade on both platforms. I'm glad that Rev Studio on the Mac
>creates xplatform executables, but it sure would be nice to have both
>platforms included in the purchase of the product.
>
>2) As the development platform depends on the player, would it be
>possible to create a limited development stack that would basically
>allow the testing of commands (like you list below) that would be
>interpreted by the player?
>
>I guess the issue comes down to this: In director you could get away
>with creating movies that were playable on a PC using a "stub" projector
>(essentially a player). It was doable, but troubleshooting was a real
>PITA. I'm thinking the same it true of Rev?
>
>Trevor DeVore wrote:
>
>> If you set the externals property of a stack while the stack is open
>> then you need to do one of two things to load the external:
>>
>> 1) Set the destroyWindow property of the stack to true.  Close the
>> stack window and open it again.
>>
>> 2) Remove the stack from memory.  Open it again.
>>
>> Here is a snippet of code that will create a new stack, set the
>> externals property and load the exteranl.  You can run this in the
>> multiline message box:
>>
>> create stack "MyStack"
>> set the destroyWindow of stack "MyStack" to true
>> set the externals of stack "MyStack" to "EnhancedWin.dll"
>> close stack "MyStack"
>> go stack "MyStack"
>> put the externalPackages of stack "MyStack"
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your 
subscription 
>preferences:
>http://lists.runrev.com/mailman/listinfo/use-revolution


-----------------------------------------
Visit us at http://www.clearstream.com
                                                          
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER



More information about the use-livecode mailing list