Hi,

if( Wx::wxVERSION() >= 2.009003 ) {

 ....

if( Wx::wxVERSION() >= 2.009 ) {

 ...


if( Wx::wxVERSION() < 2.009 ) {

...

Regards

Mark

On 19/03/2012 10:53, Erik Colson wrote:

Hi Mark,

How can a Perl program know which version of wxWidgets is installed
behind Wx ?

Best
--
erik

Reply via email to