LC 6.0 file format compatibility

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dave_probertGA6e24
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 328
Joined: Mon Dec 05, 2011 5:34 pm
Contact:

LC 6.0 file format compatibility

Post by dave_probertGA6e24 » Wed Apr 10, 2013 3:33 pm

Hi,

Is LC 6.0 file format backward compatible with 5.5 (or earlier) ?

Can I use the LC 6.0 IDE to create files that I can then load safely into my LC 5.5 to compile for distribution?

I have LC 5.5 commercial and don't really want to have to spend even more to get the same functionality as I have already, until there is a really good reason (i.e. some of those stretch goals come to fruition!), or I start making more money than the cost of the LC commercial!!!

Cheers,
Dave

PS. I like the 'Project Browser' - it's a good addition.
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: LC 6.0 file format compatibility

Post by Mark » Thu Apr 11, 2013 12:14 am

Hi Dave,

As long as you don't use features and syntax that appeared in 6.0, you can save stacks in 2.4 or 2.7 format and open them in older version of LiveCode/Revolution. I have successfully tried it with Revolution 2.8.1 and a stack created in 6.0 and saved in 2.4 format (if I'm not mistaken, 2.4 is the format that was also used by the last official MetaCard version).

Kind regards,

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

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: LC 6.0 file format compatibility

Post by Simon » Thu Apr 11, 2013 12:41 am

Hi Dave,
It's under the File>Save As >save as file type> Legacy LiveCode Stack

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

dave_probertGA6e24
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 328
Joined: Mon Dec 05, 2011 5:34 pm
Contact:

Re: LC 6.0 file format compatibility

Post by dave_probertGA6e24 » Thu Apr 11, 2013 7:10 am

Hi Guys,

Thanks for that info. Makes me happy :)

I'll try it out and see what happens.

Cheers,
Dave
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.

Post Reply