On jeudi 20 novembre 2008, [EMAIL PROTECTED] wrote:
> Hi Dear List!
>
> When entering CTRL+ALT+m in the IDE, what does it do in background?
> gbc3 -vam
>
> and then a
>
> gba3 -v
>
> ???
> Problem is:
> I've upgraded to latest svn and recompiled (in the IDE) my console-programm
> AND one of my modules (classes), which is used by the programm. ...and
> everything is fine.

What do you mean by recompiling a project AND "one of my modules"?

>
> Because I did a gambas-upgrade on the test machine, too, now I need to
> recompile the same project and module on another machine without X (so I
> have no IDE). When triggering the two commands mentioned above (for
> compiling the programm and the  module), I get no errors. But when starting
> the programm, I get:
> ERROR: #2: Cannot load class 'ModDummy': Version too old. Please recompile
> the project.
>

That message means that ModDummy was compiled with a compiler 'older' than the 
interpreter that tries to load it. 'older' means that the bytecode version is 
lower.

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to