Import a C++ project into Eclipse CDT and run it on Geometry Viewer.
Loading...
3,021
Loading...
Uploader Comments (tytungtw)
see all
All Comments (3)
-
No problem fixed it... ^^ but thanks
If you don't want console window:
Click on "Project" >> "Properties" Choose "C/C++Build" expand the menu and choose
"Settings" then under "MinGW c++ Linker" choose "Miscellaneous" and add this to your
linker flags: -Wl,-subsystem,windows
Loading...
I'm making Win32 Project not Win32 Console Application in c ++
But how do i remove the console box in Eclipse?
I'm not going to use other then Eclipse so please help.
m4unot 1 year ago
@m4unot
I never create a Win32 Project by using Eclipse CDT, so I don't know how to do it.
tytungtw 1 year ago