Re: [Gambas-user] Compiling A Gambas Project

2013-12-01 Thread Tobias Boege
On Sun, 01 Dec 2013, Nigel Verity wrote: > > > > Hi Tobi > > Perhaps if I describe a scenario I encountered yesterday you can advise on > whether the behaviour should be expected or whether there is actually a bug. > > I always structure my projects using the default approach so that each for

Re: [Gambas-user] Compiling A Gambas Project

2013-12-01 Thread Nigel Verity
Hi Tobi Perhaps if I describe a scenario I encountered yesterday you can advise on whether the behaviour should be expected or whether there is actually a bug. I always structure my projects using the default approach so that each form has its associated .class file in which the form-specifi

Re: [Gambas-user] Compiling a Gambas Project

2013-12-01 Thread Tobias Boege
On Sun, 01 Dec 2013, Nigel Verity wrote: > Hi > > When I perform a "Compile" or "Compile All" operation from the Gambas menu > any language syntax errors seem to be identified correctly. The same applies > to declaration errors. However, I have noticed that calls to non-existant > functions (as

[Gambas-user] Compiling a Gambas Project

2013-12-01 Thread Nigel Verity
Hi When I perform a "Compile" or "Compile All" operation from the Gambas menu any language syntax errors seem to be identified correctly. The same applies to declaration errors. However, I have noticed that calls to non-existant functions (as a result of spelling errors) are often not flagged.