Author Topic: Process terminated with status 255 (0 minutes, 0 seconds)  (Read 3946 times)

Dr-Saar

  • Guest
Process terminated with status 255 (0 minutes, 0 seconds)
« 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
« Last Edit: July 15, 2007, 09:00:55 pm by Dr-Saar »

Dr-Saar

  • Guest
Re: Process terminated with status 255 (0 minutes, 0 seconds)
« Reply #1 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