need 32+64-bit ms-compatible compiler that doesn't require .Net

J

jmichae3

I need a compiler that

1. can generate 32 and 64-bit code, (64-bit code that will work on an
AMD as well as Intel)

2. Doesn't require the enduser to install .Net to run the program (in
other words, the code is self-contained)

3. generated code is not in multiple required parts (like the new
Borland C++ compiler series which requires a runtime file to be
distributed with the EXE - no explanation on how to combine them into
a single file).
I want a single .EXE file. no messes. no DLL's. no extra runtime
files.
 
I

Ian Collins

I need a compiler that

1. can generate 32 and 64-bit code, (64-bit code that will work on an
AMD as well as Intel)
You're asking in the wrong place, try a windows group.
 
E

Erik Wikström

I need a compiler that

1. can generate 32 and 64-bit code, (64-bit code that will work on an
AMD as well as Intel)

2. Doesn't require the enduser to install .Net to run the program (in
other words, the code is self-contained)

3. generated code is not in multiple required parts (like the new
Borland C++ compiler series which requires a runtime file to be
distributed with the EXE - no explanation on how to combine them into
a single file).
I want a single .EXE file. no messes. no DLL's. no extra runtime
files.

Visual Studio 2008 Express, and read the following article:
http://msdn.microsoft.com/en-us/library/9yb4317s.aspx
 
B

brad

I need a compiler that

1. can generate 32 and 64-bit code, (64-bit code that will work on an
AMD as well as Intel)

2. Doesn't require the enduser to install .Net to run the program (in
other words, the code is self-contained)

3. generated code is not in multiple required parts (like the new
Borland C++ compiler series which requires a runtime file to be
distributed with the EXE - no explanation on how to combine them into
a single file).
I want a single .EXE file. no messes. no DLL's. no extra runtime
files.

I use MinGW on a 32-bit Windows XP box to do this. Executables from this
setup run on 32-bit Windows and 64-bit Windows as WOW (Windows on
Windows) emulation on the 64-bit systems takes care of the details.
Statically link and you'll be self-contained.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top