i want to make a piece of software work in both gambas olders (gambas3 <<
3.5) and gambas newers (gambas >> 3.5.1)

by example, the smtp has some changes depending on the version, also the
gridview too..

example:

SMTP was rewriten in 3.6 so Body are not present in 3.5
http://gambaswiki.org/wiki/comp/gb.net.smtp/smtpclient/body?nh
this makes some of my code not work in embebed devices that does not run
modern versions of linux and some libs required by gambas 3.9

same behaviour with new rows.selection that are since 3.4
http://gambaswiki.org/wiki/comp/gb.qt4/_gridview_rows/selection

so there's a way to detect gambas version and paste code respect that? (was
answered some time ago, but i cannot find the mail)

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to