i have some probs to run an simple irrlicht-app. my main.cpp contains the following:
Code: Select all
#include <Irrlicht.h>
using namespace irr;
#pragma comment(lib, "Irrlicht.lib")
int main()
{
return 0;
}--------------------Configuration: main - Win32 Debug--------------------
Compiling...
main.cpp
E:\CODING\LIBS_C\IRRLICHT-0.4.2\INCLUDE\vector2d.h(75) : error C2065: 'gradPI2' : undeclared identifier
Error executing cl.exe.
main.exe - 1 error(s), 0 warning(s)
any ideas how to solve this prob? must i use msvc 6?
thanx in advance
sebastian