I did post this question in the XP Specific Forum but I have Vista and that forum seems to be quite a dead forum, too. If not, sorry for that.
However, I can't make it work in Visual C++ .Net.
I write the following lines:
using namespace InTheHand::Net;
using namespace InTheHand::Net::Sockets;
using namespace InTheHand::Net::Bluetooth;
I get error C2653: 'InTheHand' is not a class name or a namespace.
Do I have to include some header file? Or do I miss something I can't figure out?
I hope anyone can help me.
Thank you in advance