October 30, 2025, 05:32:16 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


browser_test2.iwb Sample not compiling

Started by exjoburger, August 31, 2011, 09:50:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

exjoburger

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?

LarryMc

compiler version 2.094 is your problem
should be 2.090
you've got the version that has caused other people problems.

LarryMc
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

exjoburger

Larry,

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

Otherwise, how can I get compiler version 2.090?


LarryMc

LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

sapero

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.