Click here to Skip to main content
15,905,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CCriticalSection Pin
Anders Molin25-Mar-03 13:18
professionalAnders Molin25-Mar-03 13:18 
GeneralDatabase problem... Pin
Dennis L25-Mar-03 4:30
Dennis L25-Mar-03 4:30 
GeneralRe: Database problem... Pin
Donovan28-Mar-03 9:23
Donovan28-Mar-03 9:23 
Questionflush the socket? Pin
lucy25-Mar-03 4:10
lucy25-Mar-03 4:10 
AnswerRe: flush the socket? Pin
valikac25-Mar-03 7:26
valikac25-Mar-03 7:26 
GeneralRe: flush the socket? Pin
lucy25-Mar-03 8:30
lucy25-Mar-03 8:30 
GeneralRe: flush the socket? Pin
valikac25-Mar-03 11:20
valikac25-Mar-03 11:20 
Generalsocket call function Pin
TeraCoder25-Mar-03 3:54
TeraCoder25-Mar-03 3:54 
Here's some of my code:

...
BtCard = socket(AF_BTH, SOCK_STREAM, BTHPROTO_RFCOMM);
if(WSAGetLastError() == 10047)
{
cout << "Address family not supported by protocol family!" << endl;
goto GetOut;
}
...


The socket function call above gives me the error message listed.

Checked the help documentation. Here's what "they" says on the use of the function:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bluetooth/bluetooth/bluetooth_and_socket.asp[^]


Me, wrong!?! Nah, you just need to change your thinking to make me right.
GeneralRe: socket call function Pin
Anders Molin25-Mar-03 14:32
professionalAnders Molin25-Mar-03 14:32 
QuestionHow to place a background picture under the grid Pin
happycampus25-Mar-03 3:36
happycampus25-Mar-03 3:36 
Questionhow to delete corrupted file Pin
A_CAN25-Mar-03 3:16
A_CAN25-Mar-03 3:16 
AnswerRe: how to delete corrupted file Pin
Ravi Bhavnani25-Mar-03 4:28
professionalRavi Bhavnani25-Mar-03 4:28 
GeneralRe: how to delete corrupted file Pin
Anonymous25-Mar-03 4:58
Anonymous25-Mar-03 4:58 
GeneralRe: how to delete corrupted file Pin
Ravi Bhavnani25-Mar-03 5:22
professionalRavi Bhavnani25-Mar-03 5:22 
Generalstatic and non-static function Pin
wow999925-Mar-03 3:05
wow999925-Mar-03 3:05 
GeneralRe: static and non-static function Pin
Alin Negru25-Mar-03 3:13
Alin Negru25-Mar-03 3:13 
GeneralRe: static and non-static function Pin
Tim Smith25-Mar-03 3:15
Tim Smith25-Mar-03 3:15 
GeneralRe: static and non-static function Pin
wow999925-Mar-03 3:20
wow999925-Mar-03 3:20 
GeneralRe: static and non-static function Pin
Chris Losinger25-Mar-03 3:50
professionalChris Losinger25-Mar-03 3:50 
GeneralRe: static and non-static function Pin
Ravi Bhavnani25-Mar-03 4:26
professionalRavi Bhavnani25-Mar-03 4:26 
GeneralRe: static and non-static function Pin
Brigsoft25-Mar-03 7:58
Brigsoft25-Mar-03 7:58 
GeneralDuplicate Menu.. Pin
Brian Shifrin25-Mar-03 2:51
Brian Shifrin25-Mar-03 2:51 
GeneralRe: Duplicate Menu.. Pin
lucy25-Mar-03 4:12
lucy25-Mar-03 4:12 
GeneralRe: Duplicate Menu.. Pin
Brian Shifrin25-Mar-03 4:34
Brian Shifrin25-Mar-03 4:34 
GeneralRe: Duplicate Menu.. Pin
John R. Shaw28-Mar-03 18:29
John R. Shaw28-Mar-03 18:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.