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. Other Discussions
  3. IT & Infrastructure
  4. CE with Win 32 API or MFC

CE with Win 32 API or MFC

Scheduled Pinned Locked Moved IT & Infrastructure
c++jsonhelpquestionlearning
4 Posts 4 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    I am on a project whereby the software to be developed concentrates in data collection. I have thought of using MFC but after reading the inital chapters of Douglas Bolick I am quite sceptical about using MFC as Douglas in his book, describes that it would be better of to use API to avoid unwanted problems. Can anyone out there clarify this issue?? Thanks for reading!!!;) A Million Miles Start With A Single Step :cool

    R A 2 Replies Last reply
    0
    • L Lost User

      I am on a project whereby the software to be developed concentrates in data collection. I have thought of using MFC but after reading the inital chapters of Douglas Bolick I am quite sceptical about using MFC as Douglas in his book, describes that it would be better of to use API to avoid unwanted problems. Can anyone out there clarify this issue?? Thanks for reading!!!;) A Million Miles Start With A Single Step :cool

      R Offline
      R Offline
      Ray Kinsella
      wrote on last edited by
      #2

      As a veteran of MFC and C++/API development on Windows CE. I found no problem s in MFC that does not exist in C++ (watch out for the Unaligned Data Access Problem) . I can advocate MFC as being as good any other development tool for that platform. Regards Ray "Je Suis Mort De Rire"

      K 1 Reply Last reply
      0
      • R Ray Kinsella

        As a veteran of MFC and C++/API development on Windows CE. I found no problem s in MFC that does not exist in C++ (watch out for the Unaligned Data Access Problem) . I can advocate MFC as being as good any other development tool for that platform. Regards Ray "Je Suis Mort De Rire"

        K Offline
        K Offline
        kitchai
        wrote on last edited by
        #3

        Thanks !! Since I am a beginner in this sort of a development I would use my MFC to proceed with my project . I have heard that MFC would ease a lot of my problem. Thank you again P/S Initially I was planning to get a book from Douglas Boling (he uses API NOT MFC), do you have a good book to recommend on the subject of MFC on a Windows CE platform :)

        1 Reply Last reply
        0
        • L Lost User

          I am on a project whereby the software to be developed concentrates in data collection. I have thought of using MFC but after reading the inital chapters of Douglas Bolick I am quite sceptical about using MFC as Douglas in his book, describes that it would be better of to use API to avoid unwanted problems. Can anyone out there clarify this issue?? Thanks for reading!!!;) A Million Miles Start With A Single Step :cool

          A Offline
          A Offline
          Anders Molin
          wrote on last edited by
          #4

          MFC works perfectly under Windows CE, but I have always avoided it. If you use the Win32 API directly you get better performance, and, often, uses lesser memory. Some things are a lot more easy/faster to program using MFC, but what you use totally depends on your application, and the devices it's going to run on. - Anders Money talks, but all mine ever says is "Goodbye!"

          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