Write a generic iSeries Access for Windows application

Generic applications allow maximum portability because the same source code can be compiled for OEM, ANSI, and Unicode.

Generic applications are built by specifying different preprocessor definitions, and by using the generic version of the iSeries™ access for Windows® APIs (the ones without the "A" or "W" suffixes). Following is a short list of guidelines for writing a generic application:

For a complete description of these guidelines, see the following resources:

  1. Richter, J. Advanced Windows: The Developer's Guide to the Win32 API for Windows NT® 3.5 and Windows 95, Microsoft® Press, Redmond, WA, 1995.
  2. Kano, Nadine Developing International Software for Windows 95 and Windows NT®: a handbook for software design, Microsoft Press, Redmond, WA, 1995.
  3. Microsoft Knowledge BaseLink outside Information Center articles
  4. MSDN LibraryLink outside Information Center