Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Dr-Saar on July 15, 2007, 08:54:08 pm

Title: Process terminated with status 255 (0 minutes, 0 seconds)
Post by: Dr-Saar on July 15, 2007, 08:54:08 pm
Hello,

just starting to learn programming with wxWidgets, I wrote a Hello-World program with Code::Blocks on Kubuntu Linux 7.04.
It does compile properly (except of 6 warnings from the wx-lib), but when I try to execute it via Build->Run, it just shows me the following line:

Quote
Process terminated with status 255 (0 minutes, 0 seconds)

Does anyone know what's wrong?


Greetings,

Dr-Saar
Title: Re: Process terminated with status 255 (0 minutes, 0 seconds)
Post by: Dr-Saar on July 15, 2007, 09:42:34 pm
Well, problem solved.

It was a typo: I wrote ::onInit instead of ::OnInit

Sorry and thanks anyway.


Greetings

Dr-Saar