![]() |
|
Google Code (How To Use) - 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: Google Code (How To Use) (/Thread-google-code-how-to-use) Pages:
1
2
|
Google Code (How To Use) - Skateboy1991 - 05-03-2009 Hey Guys, I think im not the first person who dont know how to inlude the Google Code into Dolphin. For example this code http://code.google.com/p/wiidevicelibrary/source/browse/trunk/LinuxGUITest/WiimoteInformation.cs?spec=svn22&r=22 Can anyone tell me/us how it works and what kind of programm i need? Thanks a lot
RE: Google Code (How To Use) - cmccmc - 05-03-2009 it's already there RE: Google Code (How To Use) - MaXiMu - 05-03-2009 (05-03-2009, 04:32 AM)Skateboy1991 Wrote: Hey Guys, I think im not the first person who dont know how to inlude the Google Code into Dolphin. For example this code http://code.google.com/p/wiidevicelibrary/source/browse/trunk/LinuxGUITest/WiimoteInformation.cs?spec=svn22&r=22 Visual studios 2005 c# Edit : Run on x64bits last revision Rev26 ^^ Wiidevicelibrary + windowsguitest Compiled http://www.megaupload.com/?d=CGUM928O grettings RE: Google Code (How To Use) - Skateboy1991 - 05-03-2009 (05-03-2009, 06:03 AM)MaXiMu Wrote:(05-03-2009, 04:32 AM)Skateboy1991 Wrote: Hey Guys, I think im not the first person who dont know how to inlude the Google Code into Dolphin. For example this code http://code.google.com/p/wiidevicelibrary/source/browse/trunk/LinuxGUITest/WiimoteInformation.cs?spec=svn22&r=22 Can you post me a link? I only found Service Packs. And a full version for x64. Thanks Edit: oh you have edit you post ![]() Does it only run on x64? RE: Google Code (How To Use) - cmccmc - 05-03-2009 he's asking how to implement the code into an already compiled version of dolphin but the code is already there RE: Google Code (How To Use) - MaXiMu - 05-03-2009 Visual studios 2005 c# yes run on x64bits Grettings RE: Google Code (How To Use) - Skateboy1991 - 05-03-2009 (05-03-2009, 06:53 AM)MaXiMu Wrote: Visual studios 2005 c# yes run on x64bits ok thanks would it work with virtual basic 2008? (86x) RE: Google Code (How To Use) - MaXiMu - 05-03-2009 (05-03-2009, 07:24 AM)Skateboy1991 Wrote:(05-03-2009, 06:53 AM)MaXiMu Wrote: Visual studios 2005 c# yes run on x64bits virtual basic 2008 = Visual c# 2008? I suppose, should I was able to compile the wilibrary become the solution of the program for Visual Studio 2008, so it should not be a problem RE: Google Code (How To Use) - LuisR14 - 05-03-2009 (05-03-2009, 07:51 AM)MaXiMu Wrote: visual basic 2008 = Visual c# 2008? I suppose, shouldthey're 2 totally different programming studios, so no it won't work
RE: Google Code (How To Use) - MaXiMu - 05-03-2009 I imagine that to reference Visual Studio 2008 c # where in c # 2008 if you can convert the solution Thank you for the clarification: P |