Dev-C++ for Windows is an IDE for developing C/C++ programs (for windows).
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)
What works
install
compile
run
load libraries eg sdl, jpeg etc. using package manager
running console app - output is directed to shell/terminal that called devcpp
What does not
debugging- crashes gdb.exe when run.
What was not tested
large applications
Additional Comments
great way to create mswindows programs from linux/xwindows/wine. a pity that you can't run the debugger. (gdb.exe)
strictly speaking, this should be rated bronze, but we'll blame gdb.exe
Start the console app by the following command in shell:
$ wineconsole --backend=user consoleapp.exe Change consoleapp.exe to whatever the name is of the program you are executing.
Make sure you're in the same directory.