tags:

views:

96

answers:

2

Hi folks,

I wanted to use DevC++ on Linux, so I've started it with wine and everything is OK until it came to run the file.

The C file compiles well and a .exe files generated that is able to run on Linux (without wine)

$ file '/media/F6AC746BAC74286F/Dev-Cpp/work/hello_on_nix.exe' 
/media/F6AC746BAC74286F/Dev-Cpp/work/hello_on_nix.exe: PE32 executable for MS Windows (console) Intel 80386 32-bit
$ '/media/F6AC746BAC74286F/Dev-Cpp/work/hello_on_nix.exe' 
Hello World!

But the problem is when I come to run this file from inside the IDE, it shows a very small window that doesn't show any thing and if i close it, i get the entire IDE to get closed.

Can you help?

A: 

Have you run wine from the command line? Are there "FIXME" warnings on the command line?

ninjalj
Yes, here's the output:`fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -120, std (d/m/y): 1/10/2010, dlt (d/m/y): 30/04/2010`
Mohammed
A: 

Have you looked at Anjuta or Kdevelop?

kazanaki