![]() |
|
Compiling problem - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Compiling problem (/Thread-compiling-problem) |
Compiling problem - qazwsx - 09-04-2009 Every revision I try to compile I get this: Code: 31>LINK : fatal error LNK1181: cannot open input file '..\inputcommon\win32\release\inputcommon.lib'RE: Compiling problem - Unknownforce - 09-04-2009 look for a different error in that output screen, your inputcommon project isn't compiling for some reason... right click on the inputcommon project itself and click build then look at the errors there and post those. RE: Compiling problem - qazwsx - 09-04-2009 Code: 1>------ Build started: Project: InputCommon, Configuration: Release Win32 ------RE: Compiling problem - CacoFFF - 09-04-2009 Did you install DirectX SDK and properly set up the directories for Win32(or x64) solution? RE: Compiling problem - qazwsx - 09-04-2009 (09-04-2009, 08:30 AM)CacoFFF Wrote: Did you install DirectX SDK and properly set up the directories for Win32(or x64) solution? I installed DirectX SDK not sure about the directories i'm running 32 bit. EDIT: Ok I added those directories and it seemed to have worked I did get a few warnings tho: Code: 30>Build log was saved at "file://d:\Temp\dolphin-emu-read-only\Source\Core\DolphinWX\Win32\Release\BuildLog.htm"Well it works better then the other builds I have tried this one the direct 3d9 works however I don't think my machine is fast enough to plays the games. so far I have only gotten one to work and it doesn't run very fast. When I look at performance it's taking 100% of my cpu power. What are the requirements to run a game smoothly? RE: Compiling problem - cmccmc - 09-04-2009 high. There are no specifics. 100% is normal |