> 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

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to