Andrew Armstrong

Results 58 comments of Andrew Armstrong

I've not looked at these before, so I'm not sure how these would be specified - I notice the calls marked as Graphics are those that will require communication with...

The unmanaged memory used to marshal structs is not zeroed for fields that will always have a value, such as SType, so the unexpected type is likely garbage data from...

Thanks for spotting that - I hadn't noticed the extension enums being moved into feature release elements in the XML, so the generator was simply skipping the SType fields that...

That's going to take a little more fiddling :-D I'd not tackled extensions in return values, because there's no clean way to include "optional" return values without creating lots of...

I've not directly tested the Android extension methods, so it's likely a bug in the bindings; if you have an example app I can test against I'll get it fixed.

Did you change the MarshalTo method to match?

Interesting; I hadn't seen that but I'll certainly investigate. What OS, IDE & framework version are you using?

Thanks; I'll run some tests and see if I can replicate the compile issues

NativeLibrary was always a bit of a hack to handle the different DLL names on different OSes; the helper methods on Instance that create it were written on the assumption...

Where is this line generated? Is this for the newer patches?