IMG Developer's Kit: Developer's Kit Guide and Technical Documentation; Version 1.90; User's Guide | ||
---|---|---|
Prev | Chapter 8. Developer Tools and Examples | Next |
FOLDER: DEVUTIL
TYPE: Utilities / Stand-alone Executables
SOURCE: N/A
LANGUAGE: C / Windows API
IDE: N/A
These are a few utilities that were asked for to accomplish developer based tasks.
Display Window information for Window being pointed at
Name: Show Info
Program name: SHOWINFO.EXE
Program Arguments: NONE
Requires: Nothing
Description: A topmost window that displays the Window Name/Class/Handle along with the same info for the parent window. Basically a view into various API calls for determining a Window's class, along with other helpful info. There is a Shell Tray Icon for manipulating the window, including update delay, etc. You may close the window from the icon.
Stress Tester (script manager for DevKit utilities)
Name: Stress Tester / script manager
Program name: STRESS.EXE
Program Arguments: NONE
Requires: My-T-Soft must be running, STRESS.TXT file must be in same location as STRESS.EXE
Description: Reads STRESS.TXT and processes text file line by line. The logic requires Stress to be Enabled (right-click menu from Shell icon), and My-T-Soft or My-T-Touch or My-T-Pen to be running (and open). Comments can be included (or lines temporarily removed by inserting a semicolon as the first character in the line). Lines in STRESS.TXT all affect timing cycle, so comments also effectively induce pauses. There is also a full cycle pause between the end of the script and starting over (to allow closing or disabling Stress Tester).
Notes: Settings in registry at:
HKEY_CURRENT_USER\Software\Innovation Management Group, Inc.\Stress\Settings
Make sure keyboard software is not minimized.
Set delay and make sure enabled.
Originally developed to run through CONFGMTS cycle to test for memory leak verified bitmap memory leak with 3D keys.
As seen in ...