https://github.com/thenickdude/innocallback
Export Inno Setup routines as stdcall callbacks to DLLs such as the Windows API
https://github.com/thenickdude/innocallback
Last synced: 2 months ago
JSON representation
Export Inno Setup routines as stdcall callbacks to DLLs such as the Windows API
- Host: GitHub
- URL: https://github.com/thenickdude/innocallback
- Owner: thenickdude
- License: wtfpl
- Created: 2018-04-17T01:18:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T04:25:20.000Z (about 7 years ago)
- Last Synced: 2025-01-26T00:16:58.285Z (4 months ago)
- Language: Pascal
- Size: 16.6 KB
- Stars: 32
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# InnoCallback
The InnoCallback DLL allows you to provide Inno Setup [Code] functions to external DLLs (Like the Windows API) as Stdcall
callbacks.This is required because Inno Setup's regular functions are actually methods under the hood, and Windows won't
provide the correct "self" pointer to them without adding an additional wrapper around the function.Grab the zipfile from the "release" tab above, you'll find the example .iss script which serves as the documentation, and
InnoCallback.dll.