Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: INT_PTR/INT usage confusion Pin
bob1697224-May-06 6:15
bob1697224-May-06 6:15 
GeneralRe: INT_PTR/INT usage confusion Pin
Chris Meech24-May-06 6:49
Chris Meech24-May-06 6:49 
GeneralRe: INT_PTR/INT usage confusion Pin
bob1697224-May-06 7:38
bob1697224-May-06 7:38 
GeneralRe: INT_PTR/INT usage confusion Pin
Zac Howland24-May-06 8:30
Zac Howland24-May-06 8:30 
GeneralRe: INT_PTR/INT usage confusion Pin
bob1697224-May-06 9:20
bob1697224-May-06 9:20 
QuestionHow to acquire the Scrolling distance ?? Pin
llp00na24-May-06 4:34
llp00na24-May-06 4:34 
AnswerRe: How to acquire the Scrolling distance ?? Pin
Steve Echols24-May-06 18:35
Steve Echols24-May-06 18:35 
QuestionHelping with including a file :D [modified] Pin
Mahhouraaaaaa24-May-06 4:21
Mahhouraaaaaa24-May-06 4:21 
I want to include a header file (ServeurDicoView.h (hérited from CFormView.h) in a another class ( MySocket )
but when i put #include "CFormView.h"
i have too many errors like
error C2146: syntax error : missing ';' before identifier 'm_sListenSocket' as it's explained here :

// ServeurDicoView.h : interface of the CServeurDicoView class<br />
//<br />
/////////////////////////////////////////////////////////////////////////////<br />
	Mot* tabSupp[100];<br />
//------------------<br />
	MonSocket  m_sListenSocket;  // the error is here .<br />
	MonSocket  m_sConnectSocket;


in the "Monsocket.h"

// MonSocket.h : header file<br />
//<br />
#include "ServeurDicoView.h" // if i don't put this .h file .. i have nothing wrong in the ServeurDicoView.h 


thanx for readin' my message .... and certainely for answering me Wink | ;)
i can't compile the "Monsocket.h"...
-- modified at 11:03 Wednesday 24th May, 2006
AnswerRe: Helping with including a file :D [modified] Pin
bob1697224-May-06 5:07
bob1697224-May-06 5:07 
QuestionInternet Explorer History Pin
rajeevktripathi24-May-06 3:53
rajeevktripathi24-May-06 3:53 
AnswerRe: Internet Explorer History Pin
Chris Losinger24-May-06 4:43
professionalChris Losinger24-May-06 4:43 
AnswerRe: Internet Explorer History Pin
David Crow24-May-06 4:50
David Crow24-May-06 4:50 
Questionboost::weak_ptr exception Pin
LionAM24-May-06 3:32
LionAM24-May-06 3:32 
Question(High-color) icon management Pin
Andre xxxxxxx24-May-06 3:24
Andre xxxxxxx24-May-06 3:24 
AnswerRe: (High-color) icon management Pin
grigsoft24-May-06 6:56
grigsoft24-May-06 6:56 
GeneralRe: (High-color) icon management Pin
Andre xxxxxxx24-May-06 9:08
Andre xxxxxxx24-May-06 9:08 
QuestionPassing on varargs Pin
Steve S24-May-06 3:13
Steve S24-May-06 3:13 
AnswerRe: Passing on varargs Pin
Chris Losinger24-May-06 3:21
professionalChris Losinger24-May-06 3:21 
GeneralRe: Passing on varargs Pin
Steve S24-May-06 3:41
Steve S24-May-06 3:41 
QuestionRe: Multi columns values in combo box [modified] Pin
David Crow24-May-06 3:03
David Crow24-May-06 3:03 
QuestionWrite CD Pin
devcdd24-May-06 2:29
devcdd24-May-06 2:29 
QuestionRe: Write CD Pin
David Crow24-May-06 3:04
David Crow24-May-06 3:04 
AnswerRe: Write CD Pin
devcdd24-May-06 22:52
devcdd24-May-06 22:52 
QuestionRe: Write CD Pin
David Crow25-May-06 2:44
David Crow25-May-06 2:44 
AnswerRe: Write CD Pin
devcdd25-May-06 4:00
devcdd25-May-06 4:00 

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.