[Gambas-user] something very strange with the compiler

Benoît Minisini gambas at ...1...
Tue Jun 30 12:52:19 CEST 2009


> I found something very strange with the compiler . I have a variable that I
> declare it public in a module . I use the variable in a form code . then I
> change the name of the variable and select compile all and make . no error
> show up . but when I run the program and hit the line where I using the
> variable , an exception show up .
>
>
> is gambas suppose to be like that ?

Yes, this is by design.

All project files are compiled independently, and all linkage is done at 
runtime.

-- 
Benoît




More information about the User mailing list