I need to develop a feature that still support windows XP. But, because of Xojo 2015r3 and later not support windows XP anymore, I need something like this
if xojo_version >= 2015r3 then
use_this_function
else
use_another function
end if
any ideas?