A translation of the libHaru 2.1.0 headers for PowerBASIC is available to download in my forum:
http://www.jose.it-berater.org/smffo...c=3058.new#new
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.
http://www.jose.it-berater.org/smffo...c=3058.new#new
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