Pelles C forum

C language => User contributions => Topic started by: Vortex on June 22, 2025, 11:22:35 AM

Title: Dll to Poasm 64 bit include file converter
Post by: Vortex on June 22, 2025, 11:22:35 AM
DllToInc64 tool created with the Basic to C translator BCX. The zip file includes the .c and .bas files.

D:\BCX>DllToInc64.exe
Usage : DllToInc64.exe DllFile.dll [optional -u]
Version 1.0
-u : Create include file for UNICODE API functions.

Example :

DllToInc64.exe kernel32.dll
Title: Re: Dll to Poasm 64 bit include file converter
Post by: jack on June 23, 2025, 01:34:28 AM
👍