compuphase / pawn

Pawn is a quick and small scripting language that requires few resources.

Home Page:http://www.compuphase.com/pawn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing C pointers to and from Pawn?

assyrianic opened this issue · comments

my platform is 64-bit but I need Pawns cell size to stay 32-bit. How can I pass 64-bit C pointers to Pawn as 32-bit cell?