Old version of xojo

Hi group, is it possible to write a program with xojo 2022 and compile it with a 2020 version?
Are there any compatibility issues right?

It depends on what features do you use but that can cause a lot of nasty problems. If you need to compile with a 2020, just install a 2020 to code on it.

2 Likes

you may prefer to start project in Xojo 2020, so you use older controls.
And then use 2022 to edit it and build.

The main issues that you’ll run into is if bugs have been fixed or introduced in 2022 and you run it there for testing/debugging and then compile in 2020 which may have different behavior. Make sure you do lots of testing.

thank you guys :slight_smile: