not runing program on windows
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Feb 18, 2014 1:08 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
not runing program on windows
I have used codelite on ubuntu and it just works I need it to run on windows 7/8 and I get press enter so what I'm I doing wrong? Look at my screen shots to see how I have things set up and then please tell me were I went wrong. I need this to work for a into to c++ programing class. I need the command line box to show Hello world then press enter.
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: not runing program on windows
Where is the build log?
Does the executable exists under C:\Program Files\CodeLite\2test\wig ?
I think there is a problem when writing to C:\Program Files\ under Windows 8
Try placing the workspace elsewhere (something like: C:\Users\<YOU>\codelite)
Eran
Does the executable exists under C:\Program Files\CodeLite\2test\wig ?
I think there is a problem when writing to C:\Program Files\ under Windows 8
Try placing the workspace elsewhere (something like: C:\Users\<YOU>\codelite)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Feb 18, 2014 1:08 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: not runing program on windows
That worked I moved everything to a folder called codelite under C:\Users\%user%\Documents\codelite and it would show up. Thank you.