APPS: COMM: CommChat sample build under WinNT 3.51 unsuccess
Rajeev Mahindra -- mahindrr@ce.philips.nl
Friday, May 10, 1996
Has anyone tried to compile and link the COMMCHAT sample application
on the MSDN JAnuary 1996 CDROM. There are a lot of warnings and two
errors at the end which result in a no-go. Environment details are as
follows:
OS: Windows NT 3.51
Devp. Tools:VC++ 4.0 set to generate Win32 executable
Error Messages are as follows:
C:\commchat\COMMCHAT.CPP(208) : error C2065: 'm_templateList' :
undeclared identifier
C:\commchat\COMMCHAT.CPP(208) : error C2065:
'GetHead' : undeclared identifier
If possible please reply to 101545.2573@compuserve.com or the
undersigned. Help will be much appreciated!
Thanks to all who reply.
Rajeev
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_/ _/ _/_/_ _/_/_/ _/_/_/ Dr. Rajeev. Mahindra
_/_/ _/_/ _/_/ _/ _ /_/_/ mahindrr@ce.philips.nl
_/_/ _/_/ _/_/ _/_/ _/_/ Philips Digital Videocommunication Systems
_/_/_/_/_/_ _/_/ _/ _/_/ Eindhoven, Netherlands
_/_/ _/_/ _/_/ _/_/ Tel.: +31+653-265971, +31+40-(27)37901
_/_/_/ _/_/ _/_/_/ _/_/_/ Fax: +31+40-2418468
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mike Blaszczak -- mikeblas@msn.com
Sunday, May 12, 1996
----------
From: owner-mfc-l@netcom.com on behalf of Rajeev Mahindra
Sent: Friday, May 10, 1996 02:02
> Has anyone tried to compile and link the COMMCHAT sample application
> on the MSDN JAnuary 1996 CDROM.
It sounds like COMMCHAT was written for MFC 3.x, not MFC 4.x.
> OS: Windows NT 3.51
> Devp. Tools:VC++ 4.0 set to generate Win32 executable
Thanks.
> C:\commchat\COMMCHAT.CPP(208) : error C2065: 'm_templateList' :
> undeclared identifier
m_templateList used to be an undocumented member variable of CWinApp. It's
not there anymore, and has been replaced by a different mechanism. Technical
Note #66 explains exactly how to fix things up, but Technical Note #66 doesn't
show up in the documentation until VC++ 4.1. If you only have VC++ 4.0, you
should either try to find TN 66 someplace else or read the documentation on
CWinApp::GetFirstDocTemplatePosition() and
CWinApp::GetNextDocTemplatePosition(), or read knowledge base article Q106455.
> C:\commchat\COMMCHAT.CPP(208) : error C2065:
> 'GetHead' : undeclared identifier
Same thing.
.B ekiM
TCHAR szBillWalton[] = _T("It's 92 to 64. How much of a spread is that?");
| Вернуться в корень Архива
|