P
Petr Majer
I want to develop project (Visual Basic), which will be
compilable in wisual studio 2002 and also in visual studio
2003.
Unfortunatelly, there are some classes and functions in
framework 1.1, (which I must to use), and which are not
supported in framework 1.0.
How can I write following?
#if ("Version of framework" = 1.1) then
'code for visual studio 2003
#else
'code for visual studio 2003
#end if
My question:
What is the right name of the constant "Version of
framework", useable in directive #if ?
thanks
compilable in wisual studio 2002 and also in visual studio
2003.
Unfortunatelly, there are some classes and functions in
framework 1.1, (which I must to use), and which are not
supported in framework 1.0.
How can I write following?
#if ("Version of framework" = 1.1) then
'code for visual studio 2003
#else
'code for visual studio 2003
#end if
My question:
What is the right name of the constant "Version of
framework", useable in directive #if ?
thanks