Guest Benzyg Posted January 15, 2003 Report Posted January 15, 2003 Hi, I'm running msvc++ 3.0 on a win2k with the smartphone 2002 sdk. While trying to start a new app I'm given few template options . One of them is HelloWorld app. While choosing it and starting to work with it I suddenly found that while trying to reach the resources the VC++ is failing to load it and I'm getting the following error: "error RC2104: undefined keyword or key name: I_IMAGENONE". The HelloWorld program is as is, I have not made any modifications to it. Does anyone has any idea how to resolve this problem? coz as for now I cant do any gui changes on my app. Thanks :roll:
Guest Zorglub Posted January 15, 2003 Report Posted January 15, 2003 Make sure that eVC is configured to point to the Smartphone headers. Also before you compile the project make sure you have selectred the target to be Smartphone 2002 and not Pocket PC or something else.
Guest spacemonkey Posted January 15, 2003 Report Posted January 15, 2003 Also make sure you've got the processor right. If you are putting it on your real world SPV then you want ARM, if you are running it on the Emulator on your PC you want x86
Guest Kallisti Posted January 15, 2003 Report Posted January 15, 2003 FWIW, I think you're better off starting with a blank project rather than the helloworld. Then all you have to do for working resources is copy the newres.h from another sample in as afxres.h in your project directory.
Guest Benzyg Posted January 19, 2003 Report Posted January 19, 2003 Hi, I've got a reply from MS guy which has pointed me to the following link: http://www.smartphonedn.com/qa/resource_error.html Now, it works. Thanks
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now