On 05.03.2011 03:28, crea wrote:
> RaZiel wrote:
>> On 04.03.2011 18:58, crea wrote:
>>>
>>
>> If you'd go for wxWidgets and looking for a new C++ IDE for Windows,
>> I'd recommend CodeLite. It has a single installer with both
>> GCC(MinGW) and wxWidgets included. It feels natural even if you have
>> used VS for a long time. You can most likely still go for MFC using
>> CodeLite by the way.
>
> Ok, I actually just installed that one...CodeLite because it was so easy.
> Just to test. But I am not able to get windows project showing a windows. I
> always just get a black dos window. Why is this?
>
> I go to new project/GUI/.. and tried all wxWidgets project. But when I
> compile them I just get a dos window not normal window. Is something still
> missing from my computer?
>
>
This is really off-topic, but since we write "GCC" in here, it should be
OK
Cool. Yeah it's intuitive and easy to use straight away. I've
encountered the same problem, it may be that during building there are
actually problems, even if the build reports success at the end. Take a
look into the build window (left-most icon in the bottom).
The problem I had was:
g++: 'D:\Program: Invalid argument
g++: Files\wxWidgets-2.8.10'.: No such file or directory
Problems with whitespace in the path.
Aside from CodeLite hickups, I'm really impressed by wxWidgets and the
wxFormBuilder. Good luck!
- RaZ