Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Errors occurs while compiling Smart device MFC application using VS2005

Errors occurs while compiling Smart device MFC application using VS2005

Scheduled Pinned Locked Moved C / C++ / MFC
c++csharpvisual-studiohelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saksp
    wrote on last edited by
    #1

    I am trying to make an smart device MFC application using VS2005. The VS2005 gave Pocket PC 2003 + some other ones as SDK. But i wanted to make my own SDK and make it work. Why I wanted this way was that, I have created an OS image ( I had given set sysgen_mfc=1). Also I created a sample SDK. So I can build my smart device application using sample sdk , Then download the image. Now i can make the application work fine and for debugging the same I can use emulator. But I am getting these errors while compling "stdafx.cpp" C:\Program Files\Windows CETools\wce600\SDK2\include\ARMV4I\malloc.h(45) : error C2143: syntax error : missing ',' before '*' D:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atltime.h(403) : error C3861: 'wcsftime': identifier not found D:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atltime.h(430) : error C3861: 'wcsftime': identifier not found D:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atlcomtime.h(367) : error C3861: 'wcsftime': identifier not found Can anyone know what to do, to resolve these errors.

    thanks

    A 1 Reply Last reply
    0
    • S saksp

      I am trying to make an smart device MFC application using VS2005. The VS2005 gave Pocket PC 2003 + some other ones as SDK. But i wanted to make my own SDK and make it work. Why I wanted this way was that, I have created an OS image ( I had given set sysgen_mfc=1). Also I created a sample SDK. So I can build my smart device application using sample sdk , Then download the image. Now i can make the application work fine and for debugging the same I can use emulator. But I am getting these errors while compling "stdafx.cpp" C:\Program Files\Windows CETools\wce600\SDK2\include\ARMV4I\malloc.h(45) : error C2143: syntax error : missing ',' before '*' D:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atltime.h(403) : error C3861: 'wcsftime': identifier not found D:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atltime.h(430) : error C3861: 'wcsftime': identifier not found D:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atlcomtime.h(367) : error C3861: 'wcsftime': identifier not found Can anyone know what to do, to resolve these errors.

      thanks

      A Offline
      A Offline
      Arun Singh K
      wrote on last edited by
      #2

      This seems to be compilation error because of not including correct header files. Try including the required header files in stdafx.h

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups