padvou Active Member Licensed User Longtime User May 21, 2013 #1 I wanted to copy the whole project folder to another folder so as to continue development toward another direction. What is the correct way to copy? I tried copying to a different folder, however I get errors that some views are not initialized..
I wanted to copy the whole project folder to another folder so as to continue development toward another direction. What is the correct way to copy? I tried copying to a different folder, however I get errors that some views are not initialized..
klaus Expert Licensed User Longtime User May 21, 2013 #2 You must copy all source files *.b4a and *.bas and the Files folder. The best way is to export the project as a zip file. Copy it to the other folder and unzip it. Best regards. Upvote 0
You must copy all source files *.b4a and *.bas and the Files folder. The best way is to export the project as a zip file. Copy it to the other folder and unzip it. Best regards.
padvou Active Member Licensed User Longtime User May 21, 2013 #3 klaus said: You must copy all source files *.b4a and *.bas and the Files folder. The best way is to export the project as a zip file. Copy it to the other folder and unzip it. Best regards. Click to expand... Thank you. Will try it tomorrow and provide some feedback. Upvote 0
klaus said: You must copy all source files *.b4a and *.bas and the Files folder. The best way is to export the project as a zip file. Copy it to the other folder and unzip it. Best regards. Click to expand... Thank you. Will try it tomorrow and provide some feedback.