![]() |
|
Compile wiiuse: could not find stdio.h - 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: Compile wiiuse: could not find stdio.h (/Thread-compile-wiiuse-could-not-find-stdio-h) |
Compile wiiuse: could not find stdio.h - McGiverGim - 06-02-2010 Hi! I'm trying to solve some problems with the wiimote. I've compiled dolphin to make some tests but it seems that the problem is in the wiiuse library. I'm trying to compile wiiuse in Visual Studio 2010 Ultimate, but it gives one error: it cannot find stdio.h In external dependencies stadio appears, and I can open it. How in the hell can solve this error? Thanks to all! RE: Compile wiiuse: could not find stdio.h - darkshadw - 06-02-2010 Just stick with 2008, no problems there .And check your settings, you never know. RE: Compile wiiuse: could not find stdio.h - schez - 06-02-2010 It's simple. u'll need the WDF. http://www.microsoft.com/whdc/devtools/wdk/wdkpkg.mspx RE: Compile wiiuse: could not find stdio.h - darkshadw - 06-03-2010 Hey, thanks for that I didn't knew that ^_^!! RE: Compile wiiuse: could not find stdio.h - McGiverGim - 06-04-2010 I will try... RE: Compile wiiuse: could not find stdio.h - McGiverGim - 06-05-2010 Hi! I've added the wdk, and now it finds de wdk methods, but I got the same error: it can't find the stdio.h Someone have some idea to make it work in VS2010? RE: Compile wiiuse: could not find stdio.h - schez - 06-06-2010 Works fine for me on 2008, i don't have 2010 to test. and I'm too lazy to get it via MSDNA. RE: Compile wiiuse: could not find stdio.h - darkshadw - 06-06-2010 (06-06-2010, 04:39 AM)schez Wrote: Works fine for me on 2008, i don't have 2010 to test. and I'm too lazy to get it via MSDNA. Compiles fine in 2010 .
RE: Compile wiiuse: could not find stdio.h - McGiverGim - 06-06-2010 How have you compiled wiiuse in 2010? Have you modify something? Could you post your vcproj files? Thanks! RE: Compile wiiuse: could not find stdio.h - darkshadw - 06-08-2010 Well the only problem is that it doesn't compile the dll's in the root folder (expect OpenAL32.dll and SDL.dll)... That's the reason why i stick with 2008 :p. |