Hello, I wrote a program with Qt4, and manage it with CMake. I run it on
Linux, everything goes well. But on Windows xp, there is always a
console come out with the program. How to avoid it in CMAKE?

By the Way, when I want to debug it, I used some std::cerr in my
program. But when I setup it on Windows, it always shows me a memory
error whereas it goes well on Linux. Is it about CMake, or something I
set error? In qmake, the console should be set in CONFIG for windows, so
I don't know how about Linux.

Thanks. 

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to