Page 1 of 1

Codelight black screen

Posted: Sat Jan 09, 2016 9:29 pm
by alex6080
I don't know why but I keep getting a black screen whenever trying to compile C code. I'm using codelight 9.0 and minignw compiler both 64 bit. It runs the hello world code (pic attached) fine with no errors then just gives me a black screen in output. Anyone know what the problem is? fyi I set the compiler for gcc. Oh I'm also running it on windows 7 64 bit.

Re: Codelight black screen

Posted: Sun Jan 10, 2016 12:35 am
by eranif
You created a simple *console* "Hello World" application - well, this is your console

Eran

Re: Codelight black screen

Posted: Sun Jan 10, 2016 12:41 am
by alex6080
console? So am I just doing it wrong entirely or is there a different way of writing it using codelite? I use build and execute.