A translation of the libHaru 2.1.0 headers for PowerBASIC is available to download in my forum:
Contrarily to previous versions of the library, this version uses CDECL instead of STDCALL as the calling convention.
The attachment includes also the DLLs and examples. If you use the include files provided with the compiler instead of my include files, change #INCLUDE ONCE "windows.inc" to #INCLUDE ONCE "win32api.inc" in the examples.
Contrarily to previous versions of the library, this version uses CDECL instead of STDCALL as the calling convention.
The attachment includes also the DLLs and examples. If you use the include files provided with the compiler instead of my include files, change #INCLUDE ONCE "windows.inc" to #INCLUDE ONCE "win32api.inc" in the examples.
Comment