Compiling for WinCE C++ code developed with a non-MS IDE



Hello!

I've recently had a request about an application written in C++, which
should use STL and be portable among Operating Systems. A GUI was needed, so
I chose wxWidgets and I developed it under Windows using wxDev-C++. Now it
turns out that this application needs to run under Windows Mobile/CE (I was
given an IPaq with Windows Mobile 6 to test) and be compiled using eMbedded
Visual C++ 4 if possible.

I have no idea about mobile programming but using Java, so my questions are:
How can I compile the code I've written?
Do I compile on the smartphone or will my laptop do? :D
The one who requested the app tried to compile it, but some libraries
(iostream, ...) were missing. If I meet the same problem, how can I add them?
Provided I used portable features, can I keep my code unchanged when
compiling for WinCE or do I need to use specific APIs?

I know the questions are dumb, but as a complete newbie that's what I need -
I haven't actually found any good tutorial on this stuff, but maybe it's
because I'm lacking the basics, so if you can suggest me some
article/tutorial, please... you're welcome! ;)

Thank you in advance!

.



Relevant Pages

  • Re: Compiling for WinCE C++ code developed with a non-MS IDE
    ... I've recently had a request about an application written in C++, ... turns out that this application needs to run under Windows Mobile/CE (I was ... Do I compile on the smartphone or will my laptop do? ... Provided I used portable features, can I keep my code unchanged when ...
    (microsoft.public.windowsce.embedded)
  • Re: Regression in 2.6.28-rc and 2.6.27-stable - hibernate related
    ... (CCing to linux-acpi at Rui's request) ... On Thursday, 27 of November 2008, Fabio Comolli wrote: ... applied after 2.6.27.4 and retest. ...
    (Linux-Kernel)
  • Re: .ASPX -> .CS generation
    ... It does create a C# source file! ... It even showed me the command line that was used to compile it. ... No doubt, it does many things when requesting an ASPX file, but this step is ... > When you make a request to an ASPX file, it is not converted into C# file. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Web Application And Compilation [Question]
    ... > we'd compile the web project before deploy it to the server,yes? ... > class of the webpage(not the codebehind class in the assembly), ... > class will be generated from the aspx source file and is derived from the ... > its instance to process the coming request for the certain page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: c++ web scripting
    ... >> to start a process for each request. ... >> Tommi Mäkitalo ... > approach toward web applications is to compile the code on request, ... you could choose between higher-level languages and C++ ...
    (comp.lang.cpp)