Make An EXE This section
only applies to registered users. The Cheetah
compiler will allow you to make an exe out of your Cheetah file! Just follow these
steps: Note: Please install the compiler in the
same directory where Cheetah v2.0 is. 1. Create
and save the program that you want to make into an exe. 2.
Open the file program.che in Cheetah. 3. You will
see cool.che typed in the Title field. Edit that to whatever the name of your
program is, compile, then save. 4. Now just double
click Compiler.exe and your program will run! In
order to distribute your program to other people, put your program file, program.che,
and Compiler.exe into a zip file, setup utility, etc. You will also need to include
these seven DLL files:
VWVM20.DLL
VWBAS20.DLL
VWSIGNON.DLL
VWFLOAT.DLL
VWABORT.DLL
VWDLGS20.DLL
VWHELP.DLL
These files can be found in the same directory where C2 is. Be sure to also include any other files you may need, such as, bitmaps, wav files, text files, etc.