Page 1 of 1

MFCdemo Errors

Posted: 17 Dec 2008, 03:49
by ivan
hi,
I'm currently studying MFCdemo in order to use Visual Studio to develop our application.
The following two errors happened when I was compling MFCdemo using Microsoft visual studio 2005:
1. In Color.cpp, error C2065: 'CLR_INVALID' : undeclared identifier.
2. fatal error C1083: Cannot open include file: 'Dialogs.hpp': No such file or directory.

Could anyone tell me how to solve these problems?
Thank you so much.

Posted: 17 Dec 2008, 12:21
by mellinger
Hi,

thanks for the notification. I fixed compilation of the MFCdemo project under VS 2008.

Could you update to the latest SVN version, and try compilation again?

Best regards,
Juergen

Posted: 18 Dec 2008, 00:25
by ivan
Thanks for your help.