1. How to give a compiled DOS EU program access to an includes file
- Posted by davidj at ultrasmart.org Mar 16, 2003
- 459 views
Dear List Operating System: DOS (FreeDOS) My problem: ** How do I give a EU executable (that I made when converting a Eu progam to C and then compiling result to a DOS executable) access to an "include file" that it needs? ** The include file is deliberately left out during the Eu to C to compiled code process because it hold procedures, functions, and definitions that can change from time to time when running the program. Many of these would be global functions, global procedures, global sequences etc Is there a way of (say) reading in a text file of Eu commands and enabling them available to the main executable as if they were in an "includes" file or similar? Hope you can help. Thanks. -- David Jarvis