CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Urgent problem!

  1. #1
    Join Date
    Jul 2002
    Location
    Shanghai
    Posts
    24

    Question Urgent problem!

    Ladies & Gentlemen:
    I have a big win32 application project with several hundred files of *.c and *.h.All these source codes are composed of standard c and some windows API. And now ,I want to port them to Palm.
    I use Code Warrior for palm os as development environment. I wonder what should I do,if I want to compile correctly at first.
    Some concrete problems are as follows.
    1. How to replace the windows type which are different from palm?
    2. How to solve the including head files problem?

    Thanks!

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    Going from Windows to Windows CE would be a lot easier than going from Windows to PalmOS.

    The GUI routines are very different. You will probably need to rewrite the ones using the Windows API. Most Windows screens are quite big (640x480 - 1280x1024) compared to the Palms (160x160) so you will probably need to redesign all the screens too.
    Succinct is verbose for terse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured