Software Listing of Author : "Itb Compuphase"
- AniSprite
- License: Shareware
- Price: 145.00

AniSprite is an advanced high-performance sprite animation library for Microsoft Windows. Selected features are semi-transparent masks, alpha-channel mixing, automatic hit testing (collision detection), integration with frame animation libraries and curved (spline) paths. Full source code is available.
- Publisher: ITB CompuPhase
- Date Released: 12-06-2001
- Download Size: 1568 KB
- Download
- Platform: WinOther
- EGI
- License: Shareware
- Price: 170.00


EGI 4.0 is an advanced frame animation engine for games and multi-media applications. EGI uses an enhanced FLIC file format. The engine can be used with any program/environment that can call a DLL. EGI provides transparent animations (move an animation over the desktop), embedded sound, segmented animations, overlays, high compression, real time scaling, HiColor animations and run-time scripting. Full source code is available.
- Publisher: ITB CompuPhase
- Date Released: 06-02-2003
- Download Size: 4127 KB
- Download
- Platform: WinOther
- KeyTrap
- License: Shareware
- Price: 190.00


Block Ctrl-Alt-Delete in Windows 2000 and Windows XP... (who said that it could not be done?) KeyTrap is a programmer's tool for Microsoft Windows that allows you to trap key presses and optionally block them. KeyTrap offers a rigorous key trapping solution for all (Win32) versions of Microsoft Windows and for all keys. KeyTrap wedges itself between the keyboard hardware and the Windows operating system and blocks keys before Windows is even aware of them. KeyTrap is not just for trapping Ctrl-Alt-Delete; it can also trap any other key combinations, like Alt-Tab, or the Windows keys. KeyTrap maintains the keyboard state and a key queue internally, so blocked keys can still be detected by your program.
- Publisher: ITB CompuPhase
- Date Released: 12-11-2003
- Download Size: 528 KB
- Download
- Platform: Win2000, WinOther
- Small
- License: Freeware
- Price: 0.00


A quick and little scripting language, specifically designed to extend applications. Features include a small footprint, quick execution of the P-code and a good interface to "native" functions. These features make Small a good scripting language for games, multimedia applications and embedded software (for which scripting is needed). Optimized P-code ("bytecode") interpreter in assembler (Windows & Linux); there is even a JIT for Windows, Linux and Windows CE. Full source is included.
- Publisher: ITB CompuPhase
- Date Released: 18-07-2009
- Download Size: 3348 KB
- Download
- Platform: Win2000, WinOther
- SvnRev
- License: Freeware
- Price: 0.00


The SvnRev application was developed to be a little program that writes the current revision number of project into a C/C++ header file, a Java package file or a C# class file.
This revision number is stored in constants (macros in the case of C/C++), both as a number and as a string. It gets the revision number from the "RCS keywords" that must be present in the source files. SvnRev is specifically designed for the Subversion version control system, but it can also be used with CVS and RCS.
SvnRev is a self-contained utility that does not rely on a particular IDE. SvnRev is a portable utility and should run on every environment on which a conforming C compiler is available. Our aim was to use it from a "makefile" and to attach to a version control system, and specifically to the Subversion system.