cameron314 / PNGEncoder2

A better PNG encoder for Flash
97 stars 10 forks source link

Upgrade HAXE for builds to fix broken swc #4

Closed edzis closed 11 years ago

edzis commented 11 years ago

The current swcs are generating warnings on FLEX and ASC compilers. Can not compile a release version of an AIR app. Please see issue on HAXE compiler

edzis commented 11 years ago

Encountered errors or warnings while building project MyProject.as.

cameron314 commented 11 years ago

Hrmm. Will updating to HaXe 3 fix this? (I recently ported it to 3 locally for some unrelated testing -- I could push that soon without much trouble.)

cameron314 commented 11 years ago

Alright, I've updated the code to compile under HaXe 3 (for those still on HaXe 2.x, it remains compatible). If someone would be kind enough to test that the latest version fixes this issue, I'll close it.

edzis commented 11 years ago

This is fixed now, thanks!

cameron314 commented 11 years ago

Excellent, thanks for opening the issue :-) I would have fixed it sooner but the GitHub notification email was filtered out of my normal inbox by an errant filter I had set up years ago... I only noticed the new issue today.