Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Have a program create a working executable file?

Status
Not open for further replies.

Sidro

MIS
Sep 28, 2002
197
US
HI,
I want to make a cd menu creator program that ask users for inputs, for example the user would enter the datas regarding file names,location of their files,ect... And then at last the user presses the compile button and my program makes a workable executable file in .exe format.
My question is how can I get my program to create a working executable file. thanks in advance!
 
Your program can generate a C++ file, which is to be compiled later as an ordinary C++ source.
 
Hi,
If my program generates a c++ file then wouldnt all my client users need to have a C++ compiler already installed on their computer inorder to compile the c++ file generated
by my program? Im looking for a way to take information on how the users want their cd menu to look like and compile it into a workable executable file without requiring client users to have a C++ compiler.
 
Ok, then generate some .inf file, consisting of all varying menu data and use some another program - a menu-processor, analyzing and displaying that collected data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top