fatal error LNK1104: cannot open file 'odbc32.lib' (MSVC++8)

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
kushagra
Posts: 40
Joined: Sun Dec 04, 2005 10:18 am

fatal error LNK1104: cannot open file 'odbc32.lib' (MSVC++8)

Post by kushagra »

I compiled "Hello world" in VC++ 8 and it showed me error

fatal error LNK1104: cannot open file 'odbc32.lib'

Can anybody tell me how to build the examples in "S VC++ 8 toolkit 2005"
I don't know why it is showing this error
data_drain
Posts: 7
Joined: Sat Dec 03, 2005 2:50 am

Post by data_drain »

Mostly, it can't find odbc32.lib. I have been trying to get this file also.
Say what now?
kushagra
Posts: 40
Joined: Sun Dec 04, 2005 10:18 am

Post by kushagra »

So how r u compiling now
data_drain
Posts: 7
Joined: Sat Dec 03, 2005 2:50 am

Post by data_drain »

I think you can use the movement example without this file, I'm working on getting it now, when I find it I'll upload it and put a link up.
Say what now?
kushagra
Posts: 40
Joined: Sun Dec 04, 2005 10:18 am

Post by kushagra »

movement file is running
Thanx
But still file is needed
thanx a lot
R u a newbie to irrlicht
data_drain
Posts: 7
Joined: Sat Dec 03, 2005 2:50 am

Post by data_drain »

Sort of, I used it a lot in GameMaker. But rencently I've decided it is time to learn it in C++, although it isn't THAT different from GameMaker, but it is time. Also I have to learn C++ almost over again since I used GameMaker for so long...
Say what now?
data_drain
Posts: 7
Joined: Sat Dec 03, 2005 2:50 am

Post by data_drain »

Here it is:

http://www.64digits.com/users/killcode/odbc_files.zip

Some of the examples still do not work though due to other errors...
Say what now?
Post Reply