I'm assumming that as Blitz doesn't support ByRef parameters that it isn't possible to create a .decl file for a .dll that uses Out parameters?
Can BlitzMax do this?
Edit: Actually I just got it working by declaring it as a * and passing in a type with just a single integer field in it. Didn't think that was going to work :-)
Can BlitzMax do this?
Edit: Actually I just got it working by declaring it as a * and passing in a type with just a single integer field in it. Didn't think that was going to work :-)