Hello everyone,
I use PowerBasic for DOS, version 3.50 and I want to know if there's a way I can create & use libraries.
I made the design of a database system, using simple files, and I made (using PB) the applications used for inserting data into database.
This database is used by the 'main' application, also made in PB. What I need is a way to use same PB data types, functions, etc, etc in both applications as I need to modify from time to time the code in my PB programms.
If this thing is possible, can I get some examples?
Thanks alot,
Alex
------------------
I use PowerBasic for DOS, version 3.50 and I want to know if there's a way I can create & use libraries.
I made the design of a database system, using simple files, and I made (using PB) the applications used for inserting data into database.
This database is used by the 'main' application, also made in PB. What I need is a way to use same PB data types, functions, etc, etc in both applications as I need to modify from time to time the code in my PB programms.
If this thing is possible, can I get some examples?
Thanks alot,
Alex
------------------
Comment