Search found 3 matches

by richard3014@hotmail.com
Tue Jun 30, 2009 1:25 am
Forum: Beginners Help
Topic: window keeps exiting - first tutorial
Replies: 10
Views: 517

yes, the application does start...it is pretty strange..=s
When I comment out this line:

#pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup")

The black window stays, but the other window console never appears.
by richard3014@hotmail.com
Tue Jun 30, 2009 12:23 am
Forum: Beginners Help
Topic: window keeps exiting - first tutorial
Replies: 10
Views: 517

I dont get it. It is exactly the same code as the tutorial webpage: I do not know why does it keep exiting! =s This is the code: #include <irrlicht.h> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; #ifdef _IRR_WINDOWS...
by richard3014@hotmail.com
Mon Jun 29, 2009 10:46 pm
Forum: Beginners Help
Topic: window keeps exiting - first tutorial
Replies: 10
Views: 517

window keeps exiting - first tutorial

I got my code to compile and everything, but when I click on the exe files it opens and exits the window pretty fast. I have tried cin.get() or system(pause), but I still have the same problem. Any help will be appreciated.

Thanks,

Ricardo