Is it possible you're using 'special' characters in your script that work on 
Mac but not Windows - classic examples are the continuation character (the 
flipped inverted L) or the not-equals or the less-than-or-equals or 
greater-than-or-equals single-character signs.
Support for these characters is included for backward compatibility with 
HyperCard, but these won't work on Windows or Linux. So you may have to go 
through your scripts to replace these.
The cross-platform continuation character is '\' (backslash), the not-equals 
sign has to be replaced with '<>', and likewise you have to replace the 
less-than-or-equals sign with '<=' and greater-than-or-equals with '>='
If that's not the problem, we'll need a little more information on what the 
application is doing, which version of Revolution was used to build it, which 
version of Windows you're running on, etc.

Jan Schenkel
=====
Quartam Reports & PDF Library for Revolution
<http://www.quartam.com>

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


--- On Sat, 4/4/09, dunbarx <[email protected]> wrote:

> From: dunbarx <[email protected]>
> Subject: standalone woes
> To: "How to use Revolution" <[email protected]>
> Date: Saturday, April 4, 2009, 9:41 PM
> I made a stack in MAC OSX, and then a standalone from it
> that works perfectly in Mac OSX,  but only works mostly in
> Windows. Various sections of code simply do not seem to
> execute. No errors, just a failure to communicate.
>  Fiddling around with the code changes the level of
> inoperability, but I have not found a way to make it all go
> away. I suspect that incompatibilities are stopping the
> scripts from executing somehow.
> 
> Anyone else ever see this? Are there issues with Windows
> (laugh)? I have not a clue how to proceed.
> 
> Craig Newman
> _______________________________________________
> use-revolution mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage
> your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to