[Gambas-user] create gambas component
kobolds
kobolds at ...2041...
Sun Jan 4 18:54:59 CET 2009
thanks you're right . after I put in export then it work .
I also encounter another bugs in the ide . once it encounter error loading
component while opening a project , the whole compiler stop working . I try
create syntax error in the code and click compile , the compiler didn't
prompt me any error .
Benoit Minisini wrote:
>
> On dimanche 4 janvier 2009, kobolds wrote:
>> I using opensuse 11.1 (64 bit) . I download gambas from
>> http://download.opensuse.org/repositories/home:/gbvalor/
>>
>> I using gambas 2.9 .
>> I also try update to 2.10 and recompile but still get the same error
>>
>
> As far as I can guess, you didn't define any exported class in your
> component.
>
> When your project is a component, an hidden ".list" file is automatically
> generated by the compiler. This file is a list of all exported classes.
>
> Without any class exported, this file is not generated, and you get an
> error
> from the IDE instead of just a warning.
>
> The fault is in the IDE that should warn you from the beginning that a
> component without any exported class cannot do anything and so is useless.
>
> Regards,
>
> --
> Benoit Minisini
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
--
View this message in context: http://www.nabble.com/create-gambas-component-tp21271068p21279087.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list