Search found 1 match

by superbaer
Sat Feb 14, 2004 1:44 pm
Forum: Beginners Help
Topic: msvc 5 and compile-errors
Replies: 2
Views: 557

msvc 5 and compile-errors

hoy!

i have some probs to run an simple irrlicht-app. my main.cpp contains the following:

#include <Irrlicht.h>
using namespace irr;

#pragma comment(lib, "Irrlicht.lib")

int main()
{
return 0;
}

if i try to build vc throw this error-msg:

--------------------Configuration: main - Win32 Debug ...