macMikey / LCB-missing-manual

I'm trying to learn LCB, again, but the docs are thin.
MIT License
4 stars 4 forks source link

module.lcm vs module.2.lcm #8

Open macMikey opened 2 years ago

bwmilby commented 2 years ago

module.lcm is the original code. There were some instruction changes made that were not backwards compatible. Technically you could build a widget with both module.lcm and module.2.lcm that would work with earlier versions of LiveCode.

bwmilby commented 2 years ago

https://quality.livecode.com/show_bug.cgi?id=18929 describes what actually happened (ABI updated)

macMikey commented 2 years ago

thanks for all the help, on this project, brian.

bwmilby commented 2 years ago

Glad to help out.

OXT-OpenXTalk commented 1 year ago

Most if not all of Hermann Hoch's Widgets were 'fat', included both module.lcm and module.2.lcm, I think he had some comments in the LC forums about the differences in the module versions. The bottom line is that module version one is for v8 and the newer format is for v9.x +