Codelight black screen

CodeLite installation/troubleshooting forum
alex6080
CodeLite Curious
Posts: 2
Joined: Sat Jan 09, 2016 9:22 pm
Genuine User: Yes
IDE Question: C++
Contact:

Codelight black screen

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelight black screen

Post by eranif »

You created a simple *console* "Hello World" application - well, this is your console

Eran
Make sure you have read the HOW TO POST thread
alex6080
CodeLite Curious
Posts: 2
Joined: Sat Jan 09, 2016 9:22 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelight black screen

Post 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.
Post Reply