Linking errors when compiling beta version... [solved]

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
Nextor
Posts: 35
Joined: Wed Feb 16, 2005 9:06 am
Location: Madrid, SPAIN

Linking errors when compiling beta version... [solved]

Post by Nextor »

Hiya, folks

I get some linking errors when compiling the new beta version with Visual C++, some unresolved externals related to some IImageLoader functions and some other classes (I never get those with earlier versions). I don't get them when using Dev C compiler though, just some warnings.

Does anyone get the same problems than me, or it's just that I'm some dumbass...?

Thanx
Last edited by Nextor on Mon Oct 15, 2007 7:17 am, edited 1 time in total.
Get away from her, you B*TCH !!! - Ellen Ripley
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

You might need to update the project file. If you had posted the exact error message I might have been able to help you.
Nextor
Posts: 35
Joined: Wed Feb 16, 2005 9:06 am
Location: Madrid, SPAIN

Post by Nextor »

Yes, here's a screenshot from the compiler, I didn't copy the full lenght messages though :oops:

Thanks a lot for your help, Vitek

http:\\nestorsite.iespana.es\media\shot.JPG
Last edited by Nextor on Sun Oct 14, 2007 12:54 pm, edited 5 times in total.
Get away from her, you B*TCH !!! - Ellen Ripley
Ico
Posts: 289
Joined: Tue Aug 22, 2006 11:35 pm

Post by Ico »

Haven't got those errors (compiling latest svn; just opened/imported the vs8 workspace/project) using the VC9 beta. However I disabled most of these loaders - except the IrrMeshWriter. So I should at least get that error.
Nextor
Posts: 35
Joined: Wed Feb 16, 2005 9:06 am
Location: Madrid, SPAIN

Post by Nextor »

Eventually, I had to remove these defines, related to some loaders that I don't use, to avoid errors:

#define _IRR_COMPILE_WITH_IRR_MESH_LOADER_
#define _IRR_COMPILE_WITH_STL_LOADER_
#define _IRR_COMPILE_WITH_IRR_WRITER_
#define _IRR_COMPILE_WITH_COLLADA_WRITER_
#define _IRR_COMPILE_WITH_STL_WRITER_
#define _IRR_COMPILE_WITH_PPM_LOADER_

I still got a number of warnings though.

Thanx
Get away from her, you B*TCH !!! - Ellen Ripley
Post Reply