I need to pass a pointer to a null terminated string to a dll.
ASCIIZ*256 AS POINTER won't work, also tried AS STRING POINTER
but it don't work either.
i am trying to use GMP dll. ( http://www.cs.nyu.edu/exact/core/gmp/ )
------------------
ASCIIZ*256 AS POINTER won't work, also tried AS STRING POINTER
but it don't work either.
i am trying to use GMP dll. ( http://www.cs.nyu.edu/exact/core/gmp/ )
------------------
Comment