VS 2005 Express
VS 2005 Express
Niko:
Great work so far. The irrlicht samples for .net work well on vb .net 2005 & c# .net 2005. However in the case of VC++ Express 2005 the source code won't compile the wrapper
If you have time could you try and make a compatible version for compilation.....if its possible that is. I for one don't have vc 2003....so that is a problem lol.
Ill try again and see if i can modify it sufficiently to make it compile
Raedwulf
Great work so far. The irrlicht samples for .net work well on vb .net 2005 & c# .net 2005. However in the case of VC++ Express 2005 the source code won't compile the wrapper
If you have time could you try and make a compatible version for compilation.....if its possible that is. I for one don't have vc 2003....so that is a problem lol.
Ill try again and see if i can modify it sufficiently to make it compile
Raedwulf
It was returning some sort of 'internal error'. I checked it on the web at the time and it basically said that the linker had broken and this was a generic error.
Did you try the beta 2 version? It is much better. Still has a number of bugs (particularly in the c++ area) but it is not too bad. I still think I can get it to work as I think the way it is linking is wrong (produces massive dlls on the odd occasion that I have succeeded in getting it to work). However, as I have an alternative I use the 2003 compiler to compile Irrlicht.NET and the 2005 compiler for everything else.
Did you try the beta 2 version? It is much better. Still has a number of bugs (particularly in the c++ area) but it is not too bad. I still think I can get it to work as I think the way it is linking is wrong (produces massive dlls on the odd occasion that I have succeeded in getting it to work). However, as I have an alternative I use the 2003 compiler to compile Irrlicht.NET and the 2005 compiler for everything else.
I managed to compile irrlicht in vc++ 2005 .net express
The managed wrapper compiled but failed to link. It's getting stuck here
ITexture.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ITriangleSelector.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IVideoDriver.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneCollisionManager.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneManager.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneNode.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneNodeAnimator.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ILightSceneNode.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IMesh.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IMetaTriangleSelector.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
Irrlicht.NET.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIElement.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIEnvironment.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIFont.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
Now I haven't a clue how does this work.....is there some sort of lib i have to add? Any suggestions niko?
The managed wrapper compiled but failed to link. It's getting stuck here
ITexture.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ITriangleSelector.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IVideoDriver.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneCollisionManager.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneManager.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneNode.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneNodeAnimator.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ILightSceneNode.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IMesh.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IMetaTriangleSelector.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
Irrlicht.NET.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIElement.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIEnvironment.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIFont.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
Now I haven't a clue how does this work.....is there some sort of lib i have to add? Any suggestions niko?
safd
try turning on link to default librarys. i get that same error in my own projects when i turn it off.
Raedwulf wrote:I managed to compile irrlicht in vc++ 2005 .net express
The managed wrapper compiled but failed to link. It's getting stuck here
ITexture.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ITriangleSelector.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IVideoDriver.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneCollisionManager.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneManager.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneNode.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ISceneNodeAnimator.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
ILightSceneNode.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IMesh.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IMetaTriangleSelector.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
Irrlicht.NET.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIElement.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIEnvironment.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
IGUIFont.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
Now I haven't a clue how does this work.....is there some sort of lib i have to add? Any suggestions niko?
-
- Posts: 448
- Joined: Tue Oct 05, 2004 3:24 am
- Location: Boston, MA
I'm not having any problems with the VS C# Express, I'm actully 50% more productive then with Dev-C++ working its going really good for me now thanks niko!
Also make sure your references are pointing to the right DLL
Also make sure your references are pointing to the right DLL
Irrlicht Moderator || Game Designer
Learn the basics at </dream.in.code>
Learn the basics at </dream.in.code>
LINK PROBLEM : Visual Studio 2005 C++ / IrrLicht
HI !
Could you please explain CLEARLY How to solve the Problem with msvcmrt.lib ?
I have the same problem to Link.
Helppp Please.
Thanks !!
Could you please explain CLEARLY How to solve the Problem with msvcmrt.lib ?
I have the same problem to Link.
Helppp Please.
Thanks !!