jacobpalm / costa

The Costa Graphical User Interface for MS-DOS and compatible systems
https://costa.jacobpalm.dk/
MIT License
103 stars 7 forks source link

Fix subs to run external programs, remove dependancy on other specific subs #6

Closed jacobpalm closed 6 years ago

jacobpalm commented 6 years ago

At the moment, the library sub to run external programs can also run internal programs (internal programs are in subs in another module). Because of this, the declarations for these subs, as well as empty subs, must be in all projects using the library. This is messy, and a better way must be found to do this. It was implemented as a quick-and-dirty fix, not meant to be in the final version.

jacobpalm commented 6 years ago

Resolved in commit 4232165.