Codelight black screen
-
- CodeLite Curious
- Posts: 2
- Joined: Sat Jan 09, 2016 9:22 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Codelight black screen
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelight black screen
You created a simple *console* "Hello World" application - well, this is your console
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Sat Jan 09, 2016 9:22 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelight black screen
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.