Search found 2 matches

by Angus5
Tue Aug 26, 2008 2:35 am
Forum: Code Snippets
Topic: (C++) Simple to use Event Receiver class for Irrlicht 1.3
Replies: 70
Views: 49656

I don't know what I'm doing. I'm trying to figure out how this works, I do this but it crashes:

Code: Select all

MastEventReceiver* input;

...
...
...

if(input->keyPressed(KEY_SPACE))
    do stuff;
Obviously I'm not doing it right.
by Angus5
Tue Dec 18, 2007 2:40 am
Forum: Beginners Help
Topic: Error LNK2019: Unresolved External Symbol [Solved]
Replies: 0
Views: 198

Error LNK2019: Unresolved External Symbol [Solved]

This is my first run, I'm using MSVC 2005 and followed the first tutorial on the website but when I build it gives me the errors: MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup C:\Documents and Settings\Administrator.NATE-RT...