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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compile Options?

Status
Not open for further replies.

SRG

MIS
Jan 28, 1999
105
0
0
CA
Visit site
Is there any way I can compile a simple program to an EXE and not have it be dependant on external DLL's? I don't want an install I want to be able to write really simple programs that will execute on a windows PC without any external bits.
 
It depends on how simple. And, on what version of Windows. You might be able to do it with Win 3.1, however, anything else....<br>
<br>
You could include the dlls that you need in the exe. That is always interesting.
 
I am writing simple programs to make file and reg changes under NT 4. Things to do with software deployment to 1600 NT 4 workstations. How can I include the dlls in the exe?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top