How can i compile irrlicht.net with vc 2005 express?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
FlowPX2
Posts: 7
Joined: Wed Sep 26, 2007 11:58 am

How can i compile irrlicht.net with vc 2005 express?

Post by FlowPX2 »

Hi

I have Visual C++ 2005 and i downloaded the "Microsoft Platform SDK for Windows Server 2003 R2".

Now, i will compile the irrlicht.net dll ^^ And see... problems over problems :wink:

Code: Select all

1>IVideoDriver.cpp
1>c:\irrlicht-1.3.1\source\irrlicht.net\Line3D.h(95) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(73) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(93) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(150) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(151) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(174) : error C2337: "Out": Attribut wurde nicht gefunden.
1>ITriangleSelector.cpp
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(73) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(93) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(150) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(151) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Plane3D.h(174) : error C2337: "Out": Attribut wurde nicht gefunden.
1>c:\irrlicht-1.3.1\source\irrlicht.net\Line3D.h(95) : error C2337: "Out": Attribut wurde nicht gefunden.
1>ITimer.cpp
...
...
...
...

have anybody an idea, to compile the .net dll?
i would build the "realistic water" in the irrlicht.net :roll:

Realistic Water -> http://irrlicht.sourceforge.net/phpBB2/ ... stic+water

thx
FlowPX2
Posts: 7
Joined: Wed Sep 26, 2007 11:58 am

Post by FlowPX2 »

hi

ok a new problem ^^

Code: Select all

IBillboardSceneNode.cpp
IAnimatedMeshSceneNode.cpp
IAnimatedMeshMD2.cpp
IAnimatedMesh.cpp
AssemblyInfo.cpp
Code wird generiert...
Ressourcen werden kompiliert...
Verknüpfen...
LINK : fatal error LNK1104: Datei "..\debug\irrlicht.lib" kann nicht geöffnet werden.
the file irrlicht.lib is in the debug folder!!! :roll:


thx for help... :wink:
Dark_Kilauea
Posts: 368
Joined: Tue Aug 21, 2007 1:43 am
Location: The Middle of Nowhere

Post by Dark_Kilauea »

You also need the DirectX 9 SDK to compile Irrlicht. The lib file doesn't go in the debug folder, keep it where it is, in the irrlicht SDK folder, under lib/Win32-visualstudio
FlowPX2
Posts: 7
Joined: Wed Sep 26, 2007 11:58 am

Post by FlowPX2 »

the newst DirectX 9 SDK is installed. ^^

okay, and i add the irrlicht SDK folder for Libs.
But the error is the same :wink:
Post Reply