SyntaxBomb - Indie Coders

Languages & Coding => BlitzMax / BlitzMax NG => Topic started by: fielder on December 24, 2018, 07:51:11

Title: Someone skilled to convert it's printing to win64 ?
Post by: fielder on December 24, 2018, 07:51:11
the it's printing module: https://sourceforge.net/projects/itsprinting/files/?source=navbar
(that i think is the only one for Blitzmax) works only on 32 bit architecture (Int / BYTE PTR issues) and

Local gdi32:Byte Ptr = load_Api( "gdi32.dll" )

this load_Api identifier not found issue.

or someone can suggest me a working NG printing mod?

very thank you to all can suggest me an alternative :) merry christmas

ps. the module was written by Scaremonger ( http://mojolabs.nz/posts.php?topic=103520 )