PDA

View Full Version : Complie problems - No .lib file being created



shanecox704
02-05-2008, 03:39 PM
Hi,

Microsoft Visual Studio 2005 Pro
Clan Lib SDK 0.8.0

I have tried for about a day to install and build ClanLib. I have solved a few problems already with the aid of furums etc.. However, this problem I can not find an answer to.

Problem :
Direct X SDK (Novemeber) looks like they have removed the dinput.lib?? anyone else found this problem?? if so: any work arrounds??

Any help would hughly appriciated
Thanks
Shane

shade37337
02-06-2008, 12:30 AM
Without spending any time at looking for that .lib I'm sure that it exists in tha sdk - There would be NO reason why microsoft should remove that file. So you only have to search for it.

If it is realyl removed (I don't belive that) you might should try an older version of the sdk - try google for one

and now:

Happy Coding :-D

rombust
02-06-2008, 07:47 AM
It has been removed !!! I had the same problem myself.

To check

cd c:\
dir dinput*.lib /s /b

I think it can be fixed by using dinput8.lib instead of dinput.lib, if i remember correctly.

luigimax
02-25-2008, 03:13 AM
what worked for me is renaming the dinput8.lib to dinput.lib. then place it somewhere the lib path will find it. ex in your clanlib include directory.