• Home

Why Does Dev C++ Create An Exe File

 
  1. Why Does Dev C++ Create An Exe File Free
  2. Why Does Dev C Create An Exe File In Visual Studio
  3. Why Does Dev C++ Create An Exe File Download
  4. Why Does Dev C++ Create An Exe File Online
  5. How To Create An Exe File

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 ..

PLZ help.
thanx in advance

Why Does Dev C++ Create An Exe File Free

Oct 23, 2008 I'm using Bloodshed DevC but it cannot compile,and only displaying this message 'The system could not find the file specified'.And when I start it,it displays this CAUTION:There doesn't seem to be GNU Make file in PATH or in Dev-C Bin Path.Please make sure that you have GNU Make and adjust Bin setting or system PATH enviroment variable and that make setting in Compiler Option contains. Dec 14, 2001  I'm mainly wanting to know how to make the makefile generator for Dev-C rename the exe file and compile folders (similar to the compiling the example folders in allegro). I realize that I'd have to make a makefile in the folder most likely, but how do I make the make file tell the other makefiles in the other folders for the program to run to. 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 ). I am not talking about the compiler, but about the executable file created after compiling. P.S.2 -I AM NOT MUCH GOOD IN.

Why Does Dev C Create An Exe File In Visual Studio

  • 5 Contributors
  • forum 6 Replies
  • 1,539 Views
  • 1 Day Discussion Span
  • commentLatest Postby mike_2000_17Latest Post

How are you running the file, from the C Prompt? What are you typing? Does the file name have any spaces or special charcters? Are you administrator? In the folder with your program type Dir and make sure the filename looks right. Make sure the file is not open in notepad or something.

Softube spring reverb free download. You can read more about our use of. IMPORTANT MESSAGEThis website uses session and persistent cookies in order to provide you with the full user experience on the website, to collect statistical information and to provide our visitors with relevant advertising. You can determine if and how cookies will be accepted by configuring your web browser accordingly.If you choose to block or delete cookies, the Website will normally work but the user experience may be adversely affected. If you want to know more about how we process personal data, please read our. Some of the cookies are third party cookies and are collected by third parties.

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

Exe

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, …

Why Does Dev C++ Create An Exe File Download

Jump to Post

All 6 Replies

mike_2000_172,669

Why Does Dev C++ Create An Exe File Online

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.

How To Create An Exe File

First, and foremost, get rid of Dev-C++, it's no good. Even the better versions, Orwell and wxDev, I feel are severely lacking. As I understand, Orwells hasn't been updated for sometime again, and wxDev has been running into issues with their releases.
Secondly, there could be an issue with the compiler supplied, depending on the age of it. However, I couldn't even begin to guess why since you're using updated iostream and fstream headers. My guess is that something may have broken during installation.
If you're dead set on using Dev-C++, please try uninstalling it, restarting your computer, redownloading it, and reinstalling. If the issue persists, it could be due to an issue in your environment itself, I'd attempt a thorough virus scanning.
If you're not picky on your IDE, which you really shouldn't be since you probably haven't really learned how to use it yet, I'd suggest switching to something a little more up to date. I personally suggest Code::Blocks as do others on the forum. That and Microsoft Visual C++ are the most popular. MSVC++ has known issues and it hinders itself so that is why I suggest C::B. I'll provide a link below for all OS's, just find the link to Windows mingw-setup and download that. Install it and attempt to run your code again. If you still are having issues, it is directly related to your system and not the compiler or the IDE.
http://www.codeblocks.org/downloads/26