[Gambas-user] Release goals for 3.7 / 4.0

Fabien Bodard gambas.fr at ...626...
Thu Oct 23 19:19:27 CEST 2014


Le 23 oct. 2014 17:33, "Tobias Boege" <taboege at ...626...> a écrit :
>
> On Thu, 23 Oct 2014, Tobias Boege wrote:
> > On Thu, 23 Oct 2014, Ron wrote:
> > > Maybe we should have some Mike this?
> > >
> > > Ifdef System.Version >= 3.6.0 then
> > > ' do special new code..
> > > Else
> > > ' something else
> > > Endif
> > >
> >
> > Do you mean System.FullVersion?
> >
>
> Or better yet (in some sense):
>
> #If Gambas >= "3.6.0"
>   ' Current code
> #Else
>   ' Past code
> #Endif
>
> which *compiles* only the needed code.
It need a recompilation... So it doesnt solve the problem for binaries
Tobias
> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
>
------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



More information about the User mailing list