I am new to PowerBASIC and want to start out correctly. I am working on a new program that has two programmers coding different sections of the program. I have created the menu system (using Forms), but now need to know how to best structure the program so that each programmer can be coding on their respective areas and yet be linked to a common menu system. Is that possible, or does everything get coded in one .bas to create one .exe? Do I use .dll for things that are not common functions but rather large programming operations? Is there a way for individual .bas files to be made into individual .exe files that are called, or grouped at compile time for one .exe? If so, what about variables, especially globals?
Your help in steering me in the right direction is very appreciated!
Eric
Your help in steering me in the right direction is very appreciated!
Eric
Comment