Group work

Hello people,

I need to work on a large Xojo project along with another developer, what would be the best way to do this?

probably communicate with the other developer and come up with a work flow that suits the two of you

the communication is well facilitated, but I saw limitations in a binary project, with a project saving in text, is it possible both working at the same time?

A version control system would be in order… you cannot do that with the Binary File format

To elaborate, you get access to text projects in a version control friendly format with a Desktop license (minimum) https://www.xojo.com/store/

You will both need a license to save in the format, however a license isn’t required to open the format.

Not with the Binary format. You will want to use the Text format.

http://documentation.xojo.com/getting_started/using_the_ide/project_types.html

thank you all