Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: davidacm/ibmtts-host32-bridge

Tags

v0.4

Toggle v0.4's commit message
Added a new handler (ID 242) to load etidev.dll. This is required by …

…certain legacy IBMTTS versions that fail to initialize unless etidev.dll is pre-loaded.

v0.3

Toggle v0.3's commit message
added a specific response id for errors (id 4), so the client can kno…

…w if something went wrong

v0.2

Toggle v0.2's commit message
- Configured static CRT linking (+crt-static) to remove external non …

…windows core dependencies.

- Integrated `winres` in build.rs to inject Windows Version Resources (VERSIONINFO).
- Added legal metadata: GNU GPL v2 license, Author info, and GitHub repository URL.
- Implemented a custom Application Manifest (app.manifest) to:
    - Declare Windows 10/11 compatibility (via supportedOS GUIDs).
    - Set execution level to 'asInvoker' (UAC-friendly).
    - Explicitly define 'x86' processorArchitecture for 32-bit enforcement.
- Hardened the binary via Cargo profile:
    - Enabled LTO and 'panic = abort' for size optimization and stability.
    - Stripped debug symbols to ensure a clean, production-ready DLL.

v0.1

Toggle v0.1's commit message
First dll version, bridge host for IBMTTS