With v1.10, in my module, I wrote:
'extern
Load(filename:Byte Ptr)
end extern '
Now, with 1.12, the BMX say me
'cannot convert string to byte ptr'
How to make now to pass in parameter a string for an external function
'extern
Load(filename:Byte Ptr)
end extern '
Now, with 1.12, the BMX say me
'cannot convert string to byte ptr'
How to make now to pass in parameter a string for an external function