WTH is wceres.rc !!!!
Doing backward compatibility programming with previous previous version of C++ WCE 4 MFC Application (eVC++4.0), to Visual Studio 2005... woohooo... super damn hassle i told ya.. Come across this luvly error msg's saying whats inside this post's title.. "Compile error: Cannot open include file 'wceres.rc'" ... Error 1 fatal error RC1015: cannot open include file 'wceres.rc'.... blabla.. Looking for those file, but its not there .. inside the proj. Later doing one round of 'info surfing'...
Found this-
Right-click the project Resource (RC) file, select View Code, and then comment out the following line:..same goes to here.
#include "wceres.rc"
..but guesss what, the number of error multiplying to 60 over... wow.. Any golden idea guys??
[very syiok..]
Tags:
Tags:
1 comments:
When i build my application after commenting the line
#include "wceres.rc"
there is no error in application, but when i run the exe, it shows an error message, "dialog box could not be created" and turn off error message at the same time.
Post a Comment