I just couldnt make the wiimote work with wiiyourself in VS2008. I believe the problem is the way i setup my project. My OS is vista, i have the DDK download and linked the lib and incl in the project. no error when i bulid the project but some warning:
Code: Select all
1>Linking...
1>WiiYourself!.lib(wiimote.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>Generating code
1>Finished generating code
1>WiiYourself!.lib(wiimote.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'WiiYourself!.lib' or at 'C:\Users\Bryan\Documents\Visual Studio 2008\Projects\wiiyourself_test\Debug\vc80.pdb'; linking object as if no debug info
1>Embedding manifest...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>WiiYourself!.lib(wiimote.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>Generating code
1>Finished generating code
1>WiiYourself!.lib(wiimote.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'WiiYourself!.lib' or at 'c:\Users\Bryan\Documents\Visual Studio 2008\Projects\wiiyourself_test\Debug\vc80.pdb'; linking object as if no debug info
1>Build log was saved at "file://c:\Users\Bryan\Documents\Visual Studio 2008\Projects\wiiyourself_test\wiiyourself_test\Debug\BuildLog.htm"
1>wiiyourself_test - 0 error(s), 6 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
This application has failed to start because MSVCR90.dll was not found......
can anyone help me please.Thank you.
Bryan