Scutter
08-10-2007, 07:01 PM
Some of you may have read this post before I edited it, saying how I couldn't get clanCore to compile. Well, I started over and managed to get everything compiled after I ran ClanLib.dsw finally, but I can't get the examples to compile. It seems like a problem with DirectX, because most everything gives an error about d_____.lib not being able to open. Examples below
1>------ Build started: Project: ExamplePacman, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'dsound.lib'
1>Build log was saved at "file://d:\ClanLib\ClanLib-0.8.0\Examples\Pacman\Debug\BuildLog.htm"
1>ExamplePacman - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
1>------ Build started: Project: ExampleBasic2D, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'dinput.lib'
1>Build log was saved at "file://d:\ClanLib\ClanLib-0.8.0\Examples\Basic2D\Debug\BuildLog.htm"
1>ExampleBasic2D - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
1>------ Build started: Project: ExampleCanvas, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'dinput.lib'
1>Build log was saved at "file://d:\ClanLib\ClanLib-0.8.0\Examples\Canvas\Debug\BuildLog.htm"
1>ExampleCanvas - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
1>------ Build started: Project: ExampleSpritesRTS, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'clancored.lib'
1>Build log was saved at "file://d:\ClanLib\ClanLib-0.8.0\Examples\SpritesRTS\Debug\BuildLog.htm"
1>ExampleSpritesRTS - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
And the list goes on.... I already have the lib and include paths for DX added to my VC++ Directories, so I'm not sure why it's not working. They're all Linker errors (which I hate, so hard to track down) and the last error output I pasted if you'll notice is a clanCORE error, so I'm not sure what's going on there either. I was able to get the project "Command Line" to compile/run, and I'm sure there's a few others that will work...but I'm confused as to why I'm getting these errors. Any thoughts/help?
Thanks,
-Scutter
1>------ Build started: Project: ExamplePacman, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'dsound.lib'
1>Build log was saved at "file://d:\ClanLib\ClanLib-0.8.0\Examples\Pacman\Debug\BuildLog.htm"
1>ExamplePacman - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
1>------ Build started: Project: ExampleBasic2D, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'dinput.lib'
1>Build log was saved at "file://d:\ClanLib\ClanLib-0.8.0\Examples\Basic2D\Debug\BuildLog.htm"
1>ExampleBasic2D - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
1>------ Build started: Project: ExampleCanvas, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'dinput.lib'
1>Build log was saved at "file://d:\ClanLib\ClanLib-0.8.0\Examples\Canvas\Debug\BuildLog.htm"
1>ExampleCanvas - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
1>------ Build started: Project: ExampleSpritesRTS, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'clancored.lib'
1>Build log was saved at "file://d:\ClanLib\ClanLib-0.8.0\Examples\SpritesRTS\Debug\BuildLog.htm"
1>ExampleSpritesRTS - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
And the list goes on.... I already have the lib and include paths for DX added to my VC++ Directories, so I'm not sure why it's not working. They're all Linker errors (which I hate, so hard to track down) and the last error output I pasted if you'll notice is a clanCORE error, so I'm not sure what's going on there either. I was able to get the project "Command Line" to compile/run, and I'm sure there's a few others that will work...but I'm confused as to why I'm getting these errors. Any thoughts/help?
Thanks,
-Scutter