Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question on Compilation error

Status
Not open for further replies.

minifiredragon

Programmer
Jun 29, 2003
68
US
c:\Documents and Settings\Ernie\My Documents\Visual Studio Projects\ICServer\ICServer\ServerSocket.h(13): error C2061: syntax error : identifier 'CICServerDoc'

does that not mean the ICServerDoc.h file is missing???

I moved it up and down the list of #include and it still gives me the error.

here is the code, located in ServerSocket.h

void SetParent(CICServerDoc* pDoc); (-:


 
Grrr.. stupid mistakes. :)

it was suppose to be CDocument, not CICServerDoc... duuuuhhh....
[pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top