Re: How can I develop in C with VS2005 for Pocket PC??



All projects created by VS2005 use precompiled header file which is
stdafx.h. If do not want to use then go to project properties->Configuration
Properties->C/C++->Precompiled Headers and change settings of "Create/Use
Precompiled Header" to "Not using Precompiled Headers".

Thanks,
-Ajay

"emetress" <emetres@xxxxxxxxx> wrote in message
news:1142088432.465912.189360@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have the new VS2005 since yesterday. I had written before my code in
C language. I want to make an app for Pocket PC with Windows Mobile 5.0
( if I could make it also for WM2003 it would be great!).
I choose a project in Visual C++ / Smart Device / Win32 application. I
add my previous file (write in C in Visual C+ 6.0) when I build them it
appears an error telling that I should wite "#include "stdafx.h"", I
add that file in my project and when I build them it appeats a new
error message that says:"Can not include stdafx.h".
- What am I doing wrong?
- Should I learn C++ or with C it's enough? My app is to control the
video streams of the video camera on the pocket pc
Than you



.



Relevant Pages

  • About Precompiled headers
    ... "fatal error C1010 - unexpected end of file while looking for ... rid of this problem also just forthis simple "hello world" app. ... Why this header is not detected as precompiled header and which ... int main ...
    (comp.programming)
  • How can I develop in C with VS2005 for Pocket PC??
    ... I want to make an app for Pocket PC with Windows Mobile 5.0 ... video streams of the video camera on the pocket pc ...
    (microsoft.public.pocketpc.developer)
  • Is Directshow in Xp similar to Directshow in WM2005?
    ... I want to develop an app that manages video streams and processes ... them with some filters I have already written. ... Pocket PC test my app in there. ...
    (microsoft.public.pocketpc.developer)

Loading