Page 1 of 1

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

Posted: Wed Sep 26, 2007 12:20 pm
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

Posted: Wed Sep 26, 2007 8:47 pm
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:

Posted: Wed Sep 26, 2007 9:04 pm
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

Posted: Wed Sep 26, 2007 10:37 pm
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: