Click here to Skip to main content
15,891,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSet the text of a CMenu? Pin
sashoalm15-Sep-08 22:11
sashoalm15-Sep-08 22:11 
AnswerRe: Set the text of a CMenu? Pin
Hamid_RT15-Sep-08 22:37
Hamid_RT15-Sep-08 22:37 
GeneralRe: Set the text of a CMenu? Pin
sashoalm15-Sep-08 23:33
sashoalm15-Sep-08 23:33 
GeneralRe: Set the text of a CMenu? Pin
Hamid_RT16-Sep-08 0:52
Hamid_RT16-Sep-08 0:52 
Questionsending structutres about winsocks sendto Pin
CrazyDogg15-Sep-08 22:10
CrazyDogg15-Sep-08 22:10 
AnswerRe: sending structutres about winsocks sendto Pin
Cedric Moonen15-Sep-08 22:17
Cedric Moonen15-Sep-08 22:17 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg15-Sep-08 22:30
CrazyDogg15-Sep-08 22:30 
GeneralRe: sending structutres about winsocks sendto Pin
Cedric Moonen15-Sep-08 22:36
Cedric Moonen15-Sep-08 22:36 
Is the buffer a fixed size buffer (e.g. always 1024 bytes) ?
If yes, then simply declare the buffer inside the structure:
struct MyStruct
{
...
...
unsigned char datap[1024];
...
};


Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg15-Sep-08 22:40
CrazyDogg15-Sep-08 22:40 
GeneralRe: sending structutres about winsocks sendto Pin
Cedric Moonen15-Sep-08 22:43
Cedric Moonen15-Sep-08 22:43 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg15-Sep-08 23:16
CrazyDogg15-Sep-08 23:16 
GeneralRe: sending structutres about winsocks sendto Pin
Cedric Moonen15-Sep-08 23:19
Cedric Moonen15-Sep-08 23:19 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg15-Sep-08 23:23
CrazyDogg15-Sep-08 23:23 
GeneralRe: sending structutres about winsocks sendto Pin
Cedric Moonen15-Sep-08 23:37
Cedric Moonen15-Sep-08 23:37 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg16-Sep-08 0:05
CrazyDogg16-Sep-08 0:05 
GeneralRe: sending structutres about winsocks sendto Pin
Mark Salsbery16-Sep-08 8:05
Mark Salsbery16-Sep-08 8:05 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg16-Sep-08 20:59
CrazyDogg16-Sep-08 20:59 
Question[Message Deleted] Pin
Chesnokov Yuriy15-Sep-08 21:12
professionalChesnokov Yuriy15-Sep-08 21:12 
AnswerRe: error LNK2019: unresolved external symbol Pin
toxcct15-Sep-08 21:16
toxcct15-Sep-08 21:16 
Answer[Message Deleted] Pin
Chesnokov Yuriy15-Sep-08 21:50
professionalChesnokov Yuriy15-Sep-08 21:50 
GeneralRe: error LNK2019: unresolved external symbol Pin
toxcct15-Sep-08 21:52
toxcct15-Sep-08 21:52 
GeneralRe: error LNK2019: unresolved external symbol Pin
Cedric Moonen15-Sep-08 22:03
Cedric Moonen15-Sep-08 22:03 
QuestionRe: error LNK2019: unresolved external symbol Pin
Roger Stoltz15-Sep-08 22:33
Roger Stoltz15-Sep-08 22:33 
Answer[Message Deleted] Pin
Chesnokov Yuriy16-Sep-08 0:30
professionalChesnokov Yuriy16-Sep-08 0:30 
RantRe: error LNK2019: unresolved external symbol Pin
Rajesh R Subramanian16-Sep-08 0:44
professionalRajesh R Subramanian16-Sep-08 0:44 

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.