IonicWind Software

IWBasic => General Questions => Topic started by: exjoburger on August 31, 2011, 09:50:41 AM

Title: browser_test2.iwb Sample not compiling
Post by: exjoburger on August 31, 2011, 09:50:41 AM
Sorry for this newbie question, years of VB6 programming must have dulled my brain:

I'm trying to compile the sample program "browser_test2.iwb" with IWBasic 2 (compiler version 2.094), and am getting the following errors:

Compiling...
browser_test2.iwb
File: C:\Documents and Settings\All Users\Documents\IWBasic\projects\browser_test2.iwb (96) Error: syntax error - ,
File: C:\Documents and Settings\All Users\Documents\IWBasic\projects\browser_test2.iwb (97) Error: syntax error - ,

etc.

This is on an Windows XP SP3 machine, and I haven't changed any of the IWBasic settings (as I'm still figuring out what they do). The "simple_browser.iwb" sample compiled and ran fine.

Is this a known problem?
Title: Re: browser_test2.iwb Sample not compiling
Post by: LarryMc on August 31, 2011, 11:32:29 AM
compiler version 2.094 is your problem
should be 2.090
you've got the version that has caused other people problems.

LarryMc
Title: Re: browser_test2.iwb Sample not compiling
Post by: exjoburger on August 31, 2011, 01:16:06 PM
Larry,

Thanks for the quick reply.
When is an updated version of IWBasic expected?.

Otherwise, how can I get compiler version 2.090?

Title: Re: browser_test2.iwb Sample not compiling
Post by: LarryMc on August 31, 2011, 01:48:44 PM
check your email

LarryMc
Title: Re: browser_test2.iwb Sample not compiling
Post by: sapero on August 31, 2011, 02:09:59 PM
This is a compiler (yacc) problem. For a temporary solution, add parenthesis to the commands :

old: OPENWINDOW .win, .....
new: OPENWINDOW(.win, ..... )

Or use the attached sample.