Click here to Skip to main content
16,011,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ASSERT(m_pCtrlSite == NULL) error on activex addition Pin
Garth J Lancaster29-May-07 1:22
professionalGarth J Lancaster29-May-07 1:22 
AnswerRe: ASSERT(m_pCtrlSite == NULL) error on activex addition Pin
Garth J Lancaster30-May-07 0:58
professionalGarth J Lancaster30-May-07 0:58 
QuestionTitle bar Pin
Aint28-May-07 15:33
Aint28-May-07 15:33 
AnswerRe: Title bar Pin
Naveen28-May-07 15:40
Naveen28-May-07 15:40 
GeneralRe: Title bar Pin
Aint28-May-07 17:07
Aint28-May-07 17:07 
GeneralRe: Title bar Pin
Naveen28-May-07 17:16
Naveen28-May-07 17:16 
QuestionBluetooth and WinSocks problem Pin
(Steven Hicks)n+128-May-07 10:45
(Steven Hicks)n+128-May-07 10:45 
AnswerRe: Bluetooth and WinSocks problem Pin
Mark Salsbery28-May-07 13:28
Mark Salsbery28-May-07 13:28 
I can't seem to see anything wrong except it looks to me like the size of a SOCKADDR_BTH should
be 30, not 32.
//From ws2bth.h...
...
#include <pshpack1.h>
...
typedef struct _SOCKADDR_BTH
{
    USHORT      addressFamily;  // 2 bytes
    BTH_ADDR    btAddr;         // 8 bytes
    GUID        serviceClassId; // 16 bytes
    ULONG       port;           // 4 bytes
} SOCKADDR_BTH, *PSOCKADDR_BTH;

Am I calculating that length wrong? Smile | :)

Mark





"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: Bluetooth and WinSocks problem Pin
(Steven Hicks)n+128-May-07 13:43
(Steven Hicks)n+128-May-07 13:43 
GeneralRe: Bluetooth and WinSocks problem Pin
Mark Salsbery28-May-07 13:52
Mark Salsbery28-May-07 13:52 
GeneralRe: Bluetooth and WinSocks problem Pin
(Steven Hicks)n+128-May-07 14:48
(Steven Hicks)n+128-May-07 14:48 
GeneralRe: Bluetooth and WinSocks problem Pin
Mark Salsbery28-May-07 14:53
Mark Salsbery28-May-07 14:53 
GeneralRe: Bluetooth and WinSocks problem Pin
(Steven Hicks)n+128-May-07 15:26
(Steven Hicks)n+128-May-07 15:26 
GeneralRe: Bluetooth and WinSocks problem Pin
Mark Salsbery28-May-07 15:54
Mark Salsbery28-May-07 15:54 
QuestionSetWindowsHookEx() hook procedure in DLL Pin
Perspx28-May-07 10:25
Perspx28-May-07 10:25 
AnswerRe: SetWindowsHookEx() hook procedure in DLL Pin
autodebug28-May-07 13:06
autodebug28-May-07 13:06 
AnswerRe: SetWindowsHookEx() hook procedure in DLL Pin
Naveen28-May-07 14:27
Naveen28-May-07 14:27 
Questionwhat is a string table Pin
prithaa28-May-07 10:08
prithaa28-May-07 10:08 
AnswerRe: what is a string table Pin
Christian Graus28-May-07 15:50
protectorChristian Graus28-May-07 15:50 
AnswerRe: what is a string table Pin
David Crow29-May-07 4:31
David Crow29-May-07 4:31 
Questionstring table Pin
prithaa28-May-07 10:05
prithaa28-May-07 10:05 
AnswerRe: string table Pin
Jun Du28-May-07 10:18
Jun Du28-May-07 10:18 
AnswerRe: string table Pin
Anurag Gandhi28-May-07 19:11
professionalAnurag Gandhi28-May-07 19:11 
GeneralRe: string table Pin
prithaa29-May-07 2:21
prithaa29-May-07 2:21 
GeneralRe: string table Pin
David Crow29-May-07 4:33
David Crow29-May-07 4:33 

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.