john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

wince conversion steps

wince conversion steps 2010-07 johnpfeiffer

  1. remove L from L"text" and remove (LPSTR)

    wc.lpszClassName = (LPTSTR) L"Menu App";

becomes...

wc.lpszClassName = "WindowApp";
  1. replace nonstandard libraries with standards

    /*

    include

    include

    include

    */

    / begin /

    include

    include

    include

    / end /


  • « Win CE converted win32 mouseclicks
  • file strncat safe argv »

Published

Jul 27, 2010

Category

c

~32 words

Tags

  • conversion 3
  • steps 2
  • win-ce 40