Guest LLC Posted October 22, 2004 Report Posted October 22, 2004 Hi, everyone. I have a win32 code that run well in desktop PC. Then i now try to port the code to WinCE using the embedded visual C++ 4.0. When i compile it part by part, there is no error. then i compile as a whole, got errors at shown: : fatal error C1083: Cannot open include file: 'StateManager.h': No such file or directory : fatal error C1083: Cannot open include file: 'Transport.h': No such file or directory Generating Code... Error executing clarm.exe. i think it is link problem some sort...but i dunno how to debug it...can anyone pls help me? thanks.
Guest parks Posted October 22, 2004 Report Posted October 22, 2004 hmmm... I think the compiler cannot find those .h files, maybe you should try checking the path to those files.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now