Standalones multi versions

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
undelouest
Posts: 9
Joined: Sun Oct 05, 2008 2:22 pm

Standalones multi versions

Post by undelouest »

Hello !
With Rev 3.0.0 and Mac OS 10.6.6 I am trying to built standalones :
No problem with the Mac version
But with Window version only one - quite simple - run well ; other standalones don’t run or even don’t open.
I have removed all custom properties (p.222 of rev’s help) : no success.
Something to do ?
Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Standalones multi versions

Post by Mark »

Dear undelouest ,

Sounds like you made a scripting error somewhere. Check your scripts.

If it isn't a scripting error, look at this and try all 18 possibilities and combinations thereof.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Re: Standalones multi versions

Post by Janschenkel »

Is it possible you're using special Mac-only characters like '≤' instead of '<=' in your scripts?

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Standalones multi versions

Post by FourthWorld »

LiveCode provides an error notification dialog in the Standalone Settings window, but unfortunately it's turned off by default. Turn that on, rebuild, and see if it tells you anything.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
undelouest
Posts: 9
Joined: Sun Oct 05, 2008 2:22 pm

Re: Standalones multi versions

Post by undelouest »

Thanks for your answers
Curiously I have solved the problem (in one stack) by transferring a piece of script from de stack’s script to a background script.
Now I must try the same on others stacks but it is long and tedious with BootCamp.
Undelouest
Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Standalones multi versions

Post by Mark »

undelouest ,

You might want to install Windows inside VirtualBox.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Post Reply