Maximize MenuMinimize Menu

 

 

 

 

 

 

Back | Home

Welcome to Trajecto's
Win32 API Programming Tutorial for Pocket PC and Smartphone

The primary focus of this tutorial is Win32 API programming for Pocket PC and Smartphone. First begin with the good old Hello World program. Then learn to create a blank full-screen "canvas" and apply drawing routines to it. Then get into programming dialog based applications which ask for and process user input. Some basic C programming knowledge would be a good thing to have before starting!

WIN32 API is the 32 bit successor of the Win16 API, the Application Programming Interface which has been used for writing Windows programs since Windows version 1.0. The WIN32 API is a library of data types, constants, functions and classes (mainly structures) which C programmers use to create applications for the Microsoft Windows operating system.

Programming the API as shown in this tutorial yields the fastest, smallest, most efficient code possible next to Assembler. Assembler would require extreme amounts of extra work since it is processor specific and there are so many different Pocket PC and Smartphone processor types (ARM, MIPS, SH3, etc.).

Contents

  • Lesson 2 - Prototype Windows Application
    Create a full-fledged Windows application - a blank one! This lesson is a whole lot about nothing! This will be our full-screen blank canvas for future graphics demos.

NEW!
Win32 API Programming for Smartphone
(work in progress)

 

LINKS


©Copyright TrajectoryLabs.com. All Rights Reserved.