How To Make Exe File In Dev C++

Posted By admin On 16.12.20
How To Make Exe File In Dev C++ Rating: 7,6/10 8430 reviews

I have created a sample program on C.When i try to run on a different system (win 7 64 bit) it is asking for x64 version of the file (of the executable file created ).

P.S. - I am not talking about the compiler, but about the executable file created after compiling.
P.S.2 -I AM NOT MUCH GOOD IN ENGLISH PLEASE ASK AGAIN IF U R UNABLE TO UNDERSTAND.
P.S.3 - again the .exe file ...hehe lol ..

Make Exe File C++

PLZ help.
thanx in advance

  • May 29, 2009  Then the.o files must be linked to create the exe. It's a short extra step for small programs, but can save a lot of time in large projects since it allows the developer to only recompile the code that was changed.
  • Oct 13, 2013  I advise strongly against building your project in C:Dev-Cpp. Not only is it just a bad idea to pollute the installation folder, there is a bug in Dev-C that causes projects in C:Dev-Cpp or its sub-folders to sometimes fail to build. Secondly, in general if you have a problem getting a tool to work, it is unwise to be doing something unnecessarily and gratuitously unusual; and I would.
  • 5 Contributors
  • forum 6 Replies
  • 1,540 Views
  • 1 Day Discussion Span
  • commentLatest Postby mike_2000_17Latest Post

Sep 02, 2016 well, you just need to compile your source code( using a compiler like code blocks, turbo c etc), and the output is 3 types of files 1. The source code file. The executable file(“.exe” file in windows and as a “a.out” file on linux).

Recommended Answers

This depends on which compiler you are using.

If you use Visual Studio (presumably on a 32bit Windows), then you can install a 64bit cross-compiler (and the necessary auxiliary tools and libraries), as it says '>

Jump to Post

I see people using Turbo C++ sometimes, but this might be my first spot of plain Turbo C in the wild :p Yelp precision tune auto lakewood emissions. Robin cook host epub download.

For the history buffs, the last version of Turbo C was released in 1989, and made 16 bit executables for DOS.

For those to whom that means nothing, …

Jump to Post

All 6 Replies

How To Make Exe File

mike_2000_172,669

How To Make Exe File In Dev C Windows 7

How To Make Exe File In C++

This depends on which compiler you are using.

If you use Visual Studio (presumably on a 32bit Windows), then you can install a 64bit cross-compiler (and the necessary auxiliary tools and libraries), as it says '>here. Of course, if you use a version of Visual Studio that is older than 2008, then you really should update it, because, as far as I'm concerned, any version prior to 2008 is completely unusable (too sub-standard, poor performing, and feature-deprived).

If you are using MinGW (GCC), then you need to use '>MinGW-w64 which is a fork for mingw that supports both 32bit and 64bit for both host (what you are running on) and target (what you are compiling for).

If you are using any other Windows compiler (Intel? IBM? Borland?), then you would have to check with those vendors what is possible.

Needless to say, if you are not working under Windows (e.g., you are working in Linux or Mac OSX), then this is impossible because these systems use completely different executable formats ('ELF' format, for all Unix-like systems), so, obviously that won't work in Windows. I don't know of any easy way to compile Windows executables from a non-Windows system (i.e., a Unix-like system), I suspect that setting this up is not for the faint of hearts.