auto_ptr not recognised in smartphone project
Hi, I created a test MFC project for PocketPc and Smartphone
and included the following line:
auto_ptr<int> p(new int);
It compiles fine for PPC but i get the following error for Smartphone
why?
error C2065: 'auto_ptr' : undeclared identifier
.
Relevant Pages
- Re: auto_ptr not recognised in smartphone project
... It compiles fine for PPC but i get the following error for Smartphone ... error C2065: 'auto_ptr': undeclared identifier ... (microsoft.public.windowsce.embedded.vc) - PocketPC theme file
... Could you please tell me how the themes are managed on PocketPC? ... on Smartphone there is an XML file but on PPC I can't find it. ... Does that mean that a theme on Smartphone cannot be used on PPC? ... (microsoft.public.pocketpc.developer) - Re: Future of PDAs
... any reduction in the number of Pocket PCs made. ... JASJAM - PPC ... believe it or not, a SmartPhone. ... doesn't appear to me that features are going away. ... (microsoft.public.windowsce.embedded) - Re: SmartPhone and PPC Mobile 5.0
... I'd be surprised if the calling times for a few additional methods ... > Second question is how far the UI of a PPC can be adapted to Smartphone? ... >> platforms easily without or at least, ... (microsoft.public.dotnet.framework.compactframework) - ANN: TMS CETools v1.5 released
... We're pleased to announce the availability of a new version of TMS CETools ... - programmatically transfer files to and from PocketPC / SmartPhone ... support for Smartphone CE databases (Contacts, Tasks, Appointments, ... (borland.public.delphi.thirdpartytools.general) |
|