Forum: Java Jul 12th, 2004 |
| Replies: 0 Views: 3,540 Hi there.
for the last couple of weeks I am trying to find a solution to my problem but with no luck.
There is a program written in C++ which can fine the mac addresses of the bluetooth... |
Forum: C++ Jul 9th, 2004 |
| Replies: 8 Views: 4,964 Problem continuing...:
Hi there.
Now that i have the MAC address in a text file I was just wondering how I can 'graphically' show the stats of this text file (ie. that the mac address... |
Forum: C++ Jun 14th, 2004 |
| Replies: 8 Views: 4,964 no worries, there was a problem with the 'include directories' in VC++.
problem is now solved. many thanks for your help :) |
Forum: C++ Jun 12th, 2004 |
| Replies: 8 Views: 4,964 Yes,
I have included it... :/ |
Forum: C++ Jun 11th, 2004 |
| Replies: 8 Views: 4,964 thanks and sorry for late replying but i was away for a week.
ok i changed the code in the following way but I get the errors below.
Code:
}
addressSize = sizeof(addressAsString);
if (0 ==... |
Forum: C++ Jun 3rd, 2004 |
| Replies: 8 Views: 4,964 Hi there!
Using the code below I am able to discover the bluetooth address of a remote host and print it on the screen.
However, I would like to 'get' this bluetooth address, before printing on... |