Click here to Skip to main content
15,915,869 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: A problem Pin
led mike7-Nov-07 4:40
led mike7-Nov-07 4:40 
AnswerRe: A problem [modified] Pin
George L. Jackson7-Nov-07 13:40
George L. Jackson7-Nov-07 13:40 
QuestionCOM event sink Pin
eero_p5-Nov-07 23:44
eero_p5-Nov-07 23:44 
AnswerRe: COM event sink Pin
led mike6-Nov-07 4:15
led mike6-Nov-07 4:15 
GeneralRe: COM event sink Pin
eero_p7-Nov-07 3:56
eero_p7-Nov-07 3:56 
GeneralRe: COM event sink Pin
led mike7-Nov-07 4:34
led mike7-Nov-07 4:34 
GeneralRe: COM event sink Pin
eero_p7-Nov-07 20:55
eero_p7-Nov-07 20:55 
QuestionMixed types problem Pin
minihotto5-Nov-07 22:49
minihotto5-Nov-07 22:49 
I create a "Windows Form Application" projects that names p2pport.
Dlg is my form file name.

The following two lines are in Dlg.h.

struct sockaddr_in addrLoop;
CClient *cnList[5];

But it comes some errors.

error C4368: cannot define 'addrLoop' as a member of managed 'p2pport::Dlg': mixed types are not supported
error C4368: cannot define 'cnList' as a member of managed 'p2pport::Dlg': mixed types are not supported

Do anybody know what's wrong?
Appreciate your reply. Thx.
AnswerRe: Mixed types problem Pin
led mike6-Nov-07 4:13
led mike6-Nov-07 4:13 
GeneralRe: Mixed types problem Pin
minihotto7-Nov-07 2:41
minihotto7-Nov-07 2:41 
QuestionConversion From Int to Hwnd Pin
narayanagvs5-Nov-07 18:44
narayanagvs5-Nov-07 18:44 
AnswerRe: Conversion From Int to Hwnd Pin
led mike6-Nov-07 4:18
led mike6-Nov-07 4:18 
QuestionWarning C4945 Pin
Xpnctoc5-Nov-07 5:09
Xpnctoc5-Nov-07 5:09 
AnswerRe: Warning C4945 Pin
Mark Salsbery5-Nov-07 6:13
Mark Salsbery5-Nov-07 6:13 
GeneralRe: Warning C4945 Pin
Xpnctoc5-Nov-07 7:32
Xpnctoc5-Nov-07 7:32 
GeneralRe: Warning C4945 Pin
Mark Salsbery5-Nov-07 8:44
Mark Salsbery5-Nov-07 8:44 
GeneralRe: Warning C4945 Pin
savibosch4-Feb-10 22:31
savibosch4-Feb-10 22:31 
QuestionHow to track Mouse Movement in a Property Page Dialog Pin
Larry Mills Sr4-Nov-07 9:29
Larry Mills Sr4-Nov-07 9:29 
Answereditbox --> MFC --> wrong forum Pin
Luc Pattyn4-Nov-07 9:44
sitebuilderLuc Pattyn4-Nov-07 9:44 
QuestionFunction return string pointer Pin
karthickbabu_india2-Nov-07 18:06
karthickbabu_india2-Nov-07 18:06 
AnswerRe: Function return string pointer Pin
Mark Salsbery2-Nov-07 18:18
Mark Salsbery2-Nov-07 18:18 
AnswerRe: Function return string pointer Pin
Christian Graus2-Nov-07 19:19
protectorChristian Graus2-Nov-07 19:19 
QuestionLooking for a VS 2008 tutor (by phone) - C++, C# and VB Pin
EdBerde2-Nov-07 8:17
EdBerde2-Nov-07 8:17 
GeneralRe: Looking for a VS 2008 tutor (by phone) - C++, C# and VB Pin
Paul Conrad7-Mar-08 17:30
professionalPaul Conrad7-Mar-08 17:30 
QuestionSerial COM-Port project Pin
strizi2-Nov-07 1:22
strizi2-Nov-07 1:22 

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.