To all Visual C++ 2005 Express Edition users

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
Linera
Posts: 23
Joined: Wed Jan 25, 2006 6:58 pm
Contact:

To all Visual C++ 2005 Express Edition users

Post by Linera »

If you are trying to compile your Irrlicht Projects and get the error:

Code: Select all

LINK : fatal error LNK1104: cannot open file 'odbc32.lib'
Then open up your Project Pages and go to Linker -> Input and remove all Additional Dependencies.

Then it should compile just fine.
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

Or install the full version of MS platform SDK; it's there among its packages.

Or DL the lib files I uploaded sometime ago here:
http://www.danielpatton.com/afecelis/src/odbc32.lib
http://www.danielpatton.com/afecelis/src/odbcbcp.lib
http://www.danielpatton.com/afecelis/src/odbccp32.lib
(right click, save file/target as)
Linera
Posts: 23
Joined: Wed Jan 25, 2006 6:58 pm
Contact:

Post by Linera »

You don't need those libs in order to use Irrlicht.
MACARRAUM
Posts: 40
Joined: Sun Nov 28, 2004 8:52 pm
Location: Brazil

Post by MACARRAUM »

irrlicht no, but another libs yes :lol:
Fallen
Posts: 2
Joined: Sun Jul 16, 2006 10:08 pm

Post by Fallen »

Okay ... I am confused.

I am, painfully obviously in a few seconds, new to all of this and am getting the above error. Where I get confused is how I am to fix it.

I go to:
Project -> Properties -> Common Properties -> Project Dependencies

When I do this I find nothing at all listed. So my question is, what is the word "Linker" refering to in the above solution? I assume it is something I right click to pull up these options, but cannot seem to find the hot spot. I appreciate your help in advance.
Fallen
Posts: 2
Joined: Sun Jul 16, 2006 10:08 pm

Post by Fallen »

Found it ... thanks ^_^
TheC
Posts: 93
Joined: Fri May 05, 2006 7:50 am

Post by TheC »

I used the #pragma comment .. thing to include extra libraries
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

But you still have to set the directories to search for .lib files.
Post Reply