Answer the question
In order to leave comments, you need to log in
Is there an IDE capable of creating Win32 console applications from Linux (except Visual Studio and Eclipse)?
How to create win32 console applications in C from under Linux? What IDE do you recommend? (Eclipse C/C++ is not suitable - it does not highlight C/C++ syntax, Visual Studio under Vine is too crooked (higher than 2008, and I absolutely don’t want to install it)
T .e:Syntax highlighting and support for creating win 32 console applications.
Answer the question
In order to leave comments, you need to log in
Code::Blocks, Qt Creator
In both it is possible to set up cross-compilation using, for example, mingw.
Eclipse C/C++ doesn't fit - it doesn't highlight C/C++ syntaxWhat am I doing wrong?
1. You make CMakeLists and set up Cross-compiling.
2. Open CMakeLists in Qt Creator. (or you can specify eclipse as a cmake generator and open it in eclipse )
3. Profit
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question