Author Topic: Running OpenWatcom / BCC projects  (Read 2431 times)

kelosan

  • Guest
Running OpenWatcom / BCC projects
« on: July 22, 2010, 05:46:25 am »
Hello guys.
I was using Codeblocks 10.05 with the default GCC 4.4 installation to build some applications. All is working fine with GCC. The problem comes when I want to make some other projects with different compiler targets, like OpenWatcom and Borland 5.5. I can set the toolchains executables without problems, and the programs compile fine, if I compile the console "Hello World" example, both compilers compile OK without warnings, and generate the executables in their default directories (I've tested those executables and their run OK). The problem is that when I try to execute the project with the "run" button inside codeblocks, it does nothing, the project does not run, and I can't see any message logged... quite strange.
Perhaps I'm doing something wrong? I asume Codeblocks supports running exe files compiled with other compilers than GCC (it should be a trivial task).
Any help will be apreciated!
Thanks in advance.

Ezequiel