Hi all,
I just managed running the demo project with a Dell bluetooth stack, and I thought I would post my findings here. First of all, I had troubles running in fullscreen on my Dell XPS. I recompiled the source codes with the latest DirectX SDK and changed the variable "doFullscreen" in wiidesktopvr.cs to "false". Now I got the graphics running, but not the wiimote. Through debug output I found the error "Unknown request type 34" from the wiimote.cs file (part of wiimotelib). I figured that something was wrong with the BT support, so I downloaded the newest version of WiiMoteLib (1.2) and replaced the 1.1 version files in the WiiDesktopVr project. After correcting the errors occurring during build, I was successful at last.
Thx.
JM