Detailed Compliance Checking

When you develop a cross-platform Windows application, it's important to ensure that all Win32 API calls your program makes work on all Windows variants. To ensure that your program is compliant across Windows 95, Windows NT and Win32s, BoundsChecker provides compliance reports that categorize your program's use of APIs. Additionally, BoundsChecker analyzes your program's use of the C Run-Time library and indicates ANSI C and non-ANSI C calls.

BoundsChecker provides two ways for checking compliance:

Program Compliance
Lists all the functions to which your program's .EXE file refers.
Event Compliance
Lists only those functions that were called when you checked your program.