How to make an exe file..

J03

~~~~~~~~
Messages
5,558
Location
Wales
Sorry, I can't totally understand you. You want to know how to compile that program?
 
Have you got gcc installed?

If so it should just be a case of
Code:
gcc -o output modemsim.c
 
All an exe file is, is a file containing machine code, or code that the motherboard/processing-unit can understand. Doing this your self will be extremely hard, so you should use a compiler. You could try C?

EDIT: Woa, was this thread bumped by someone? If so, excuse me.
 
Back
Top Bottom