Data editing > Running Quantum on UNIX and Microsoft Windows > Loading the C code
 
Loading the C code
Quick reference
To load the C code created by a compilation under UNIX, type one of:
quantum –lo data_file
quantum –ld data_file
On Windows, type:
quantum –l data_file
More information
After a successful compilation, Quantum converts the C code created by the Quantum compile into a program and, if there are no problems, reads the data. Tis is called the datapass program. You can run this stage as a separate task on UNIX by typing:
quantum –lo data_file
or:
quantum –ld data_file
On Windows, type:
quantum –l data_file
This stage also creates a number of files, most of which are normally deleted at the end of the run. The file you need to know about is: qtm_ex_ (qtm_ex_.exe on Windows), the datapass program.
See also
Running Quantum on UNIX and Microsoft Windows