Hello!
I've developed a simple C++ application for one of my friends. The app had to use STL, provide a simple GUI and be able to run on palmtops, but no device had been chosen by the 'customer' when I started developing, so I chose wxWidgets to develop the GUI (since it's claimed to be cross-platform) and wxDevC++ to develop on my laptop. Now my friend has bought a smartphone running WinCE and tried to compile the code I gave him using embedded Visual C++ 4.0. The problem is that some libraries (e.g. iostream and STL) are not supported.
I don't have access to my friend's smartphone, since he lives in another country, but does any of you know whether there is a chance of using additional libraries (e.g. iostream and STL) with eVC++ 4.0 or whether some other free compiler exists for Windows CE (which supports wxWidgets and STL)?
Thank you very much in advance!
I've developed a simple C++ application for one of my friends. The app had to use STL, provide a simple GUI and be able to run on palmtops, but no device had been chosen by the 'customer' when I started developing, so I chose wxWidgets to develop the GUI (since it's claimed to be cross-platform) and wxDevC++ to develop on my laptop. Now my friend has bought a smartphone running WinCE and tried to compile the code I gave him using embedded Visual C++ 4.0. The problem is that some libraries (e.g. iostream and STL) are not supported.
I don't have access to my friend's smartphone, since he lives in another country, but does any of you know whether there is a chance of using additional libraries (e.g. iostream and STL) with eVC++ 4.0 or whether some other free compiler exists for Windows CE (which supports wxWidgets and STL)?
Thank you very much in advance!