nmehost / acadnme

Acadnme is the basic Cppia host for Nme applications
MIT License
16 stars 5 forks source link

Using the DateTime haxelib in a Json typedef crashes cppia #2

Open Justinfront opened 9 years ago

Justinfront commented 9 years ago

Unknown function : __hxcpp_date_no Error linking : Unknown global

I can comment round code but thought I should mention the issue, I am unsure what effect this would have on using current time in a cppia app maybe normally none and it is DateTime that needs fixing not yet looked into it.

hughsando commented 9 years ago

Yes, I need to either directly import Date into the Cppia host, or the __hxcpp_date_no symbol. Thanks for reporting.