Doesn't it provide x64 window7 library file?

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
bongse1
Posts: 14
Joined: Mon Jul 26, 2010 11:41 am

Doesn't it provide x64 window7 library file?

Post by bongse1 »

:oops: I've downloaded irrlicht zip file.And I am using visual studio 2010.The first problem I've encountered is that it doesn't detect .exe file to excute.Does anyone know how I can confiure this in visual studio2010 by setting.And I am using windows7 with 86bits OS.Can I let it refer the library folder of visual studio 2010 to the visualStudio32 folder in "Lib" folder?
slavik262
Posts: 753
Joined: Sun Nov 22, 2009 9:25 pm
Location: Wisconsin, USA

Post by slavik262 »

There is no 86-bit version of Windows. Do you mean x86 (the 32-bit architecture), or x86-64, commonly abbreviated as x64 (the 64-bit architecture)?

I'm not sure what you mean by "it doesn't detect .exe file to excute."

To answer your last question (I think), yes, you can use the 32-bit libraries on a 64-bit machine. Visual C++ compiles to 32-bit by default anyways IIRC.
Post Reply