Click to See Complete Forum and Search --> : Debug message uncomprehensible


Buzzyous
December 31st, 2008, 12:22 AM
I tried to compile my app to write ""Hello World!", and the compiler alerted me with a single error that prevents compilation; the problem is that I don't understand what it's trying to say to me. The error is:



Compiling...
HelloWorld.cpp
error 5TUP1D: Existential Error: you're too stupid to program... maybe even to possess a computer...
Error executing helloworld.exe.

helloworld.exe - 1 error(s), 0 warning(s)

Any clues?

:lol:

ahoodin
January 1st, 2009, 10:07 PM
the #error preprocessor directive can be used to make such a message.

eg:

#error "error 5TUP1D: Existential Error: you're too stupid to program... maybe even to possess a computer..."
:D:D:D

Try searching for #error in your project.