UBogun / Xojo-iosLib

A library extending Xojo's iOS feature by adding extension modules and classes.
12 stars 3 forks source link

Demo won't build #44

Closed UBogun closed 9 years ago

UBogun commented 9 years ago

Due to different behavior between Xojo's 32 and 64 bit compiler, the demo currently does not build – probably caused by casting a enumeration to an integer. Never mind – when you copy iOSLib into your own project without the demo views, it will build.

UBogun commented 9 years ago

Fixed it so there are no compile errors anymore at least. The linker error still persists but will vanish once you build your own project. I probably should start doing single demos instead of one big view.

UBogun commented 9 years ago

linker error fixed too. Had to remove one method from CGPath I didn't text and document anyway.