Page 1 of 1

evC++ compiling?

PostPosted: Dec 22, 2001 @ 1:53pm
by RwGast
In vC++ it has a drop down of proccesors to comiple for and the only one i can check is mips, but i have an arm proccesor. Also how do you run a evC++ app in the emulator, you just pres run in evVB?

Re: evC++ compiling?

PostPosted: Dec 22, 2001 @ 6:34pm
by Dan East
When you create the project you select the target platforms / processors you want it to support. You have to have the appropriate SDKs installed at that time for them to be accessible from the project.<br><br>Dan East

Re: evC++ compiling?

PostPosted: Dec 23, 2001 @ 4:04am
by IanF
Hi Robert<br><br>You can also add in the extra processors to your existing project > on eVC menu choose <br>build<br> configurations<br>  add<br>when you get the add box up you need to choose the correct processor & whether it's release or debug.<br><br>Note that if you have a Project option which already states the processor then you need to change or delete that line in the project settings. I got this once when compiling someone else's sample code.<br><br>Last thing to note is that you can't just add in a PPC device if you only installed the PocketPC SDK. There may also be code differences from PocketPC to PPC that need taking into account.<br><br>Ian<br><br><br>