Search found 5 matches

by T-Bone
Sun Nov 14, 2010 6:00 pm
Forum: Beginners Help
Topic: Using Irrlicht with Visual C++ 2010
Replies: 10
Views: 3146

It works now.

I created a new , empty project and not a win32 console project and it works.

Thanks to everybody who helped me :)
by T-Bone
Sun Nov 14, 2010 12:32 pm
Forum: Beginners Help
Topic: Using Irrlicht with Visual C++ 2010
Replies: 10
Views: 3146

Ok I had a look and you are right ;)


But now there is the error
"1>MSVCRTD.lib(crtexe.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_main" in Funktion "___tmainCRTStartup". "

again.

I createt a new win 32 console appllication and set the pathes right.
by T-Bone
Sun Nov 14, 2010 10:56 am
Forum: Beginners Help
Topic: Using Irrlicht with Visual C++ 2010
Replies: 10
Views: 3146

Thanks :)

I tried it the way RuggJack93 wrote down.

When I start the application I get this error.

1>LINK : fatal error LNK1104: Datei "kernel32.lib" kann nicht geöffnet werden.


File "kernel32.lib" cant be open


:? Why is it so tricky.

What is the problem now?

[/code]
by T-Bone
Sat Nov 13, 2010 8:17 pm
Forum: Beginners Help
Topic: Using Irrlicht with Visual C++ 2010
Replies: 10
Views: 3146

1>MSVCRTD.lib(crtexew.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_WinMain@16" in Funktion "___tmainCRTStartup".



That´s the error message.



http://img5.imagebanana.com/img/6cfowx4t/1.png

Where I have to put the path?

I tried it with every but I get always this ...
by T-Bone
Sat Nov 13, 2010 5:52 pm
Forum: Beginners Help
Topic: Using Irrlicht with Visual C++ 2010
Replies: 10
Views: 3146

Using Irrlicht with Visual C++ 2010

Hey,

I want to use Irllicht with Visual C++ 2010 but I have problems.

I had a look at the first tutorial and that way isnt possible in 2010 or I´m too stupid to find the options menu.

I tried to set the path to irrlich in the project properties but that don´t work

I don´t find any information ...