Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Pages: 1 [2]

Author Topic: Problem integrating OIS  (Read 3881 times)

Denlecouscous

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
    • View Profile
Problem integrating OIS
« Reply #15 on: September 18, 2006, 03:47:51 AM »

I have been able to compile the library as well as the example, no problem at all.
I also managed to compile my project by incorporating OIS in it and making my project depending on it. So, it seems that I was not linking to the lib (just linking to the precompiled library is not working, I don't know why...).
Anyway it's working and that's what really matter!
Thank you for your help, and all the great job you are doing developping OIS.  :D
Logged

MiddleTommy

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 1
    • View Profile
FIX?
« Reply #16 on: December 06, 2006, 01:59:36 PM »

I had that problem too. I didnt go over this with a fine tooth comb but how I fixed it is:
in VS2005 go to:
project properties->linker->input->additional dependencies
and add this
 OIS_static.lib


That way you don't have to make OIS part of your project
for some reason even though I told VS2005 where the lib directory was it couldn't find the right functions throwing the LNK2019? error
but making the lib an additional dependency fixed this

I build OIS from source 1.0RC1
Logged
Pages: 1 [2]