Menu

#7 Compile on Windows CE

Unstable (example)
closed-fixed
nobody
None
5
2015-03-06
2010-05-14
Anonymous
No

I needed to compile json-cpp on the Windows CE platform which does not have support for:
- iostream
- exceptions

I have added the define JSON_USE_IOSTREAM to config.h that encapsulates all uses of iostream.
JSON_USE_EXCEPTION now encapsulates all uses of exceptions.
The remaining changes to the ctors in value.h were done because the compiler choked on the original code.

Discussion

  • Nobody/Anonymous

    Patch against 0.5.0

     
  • Christopher Dunn

    • status: open --> closed-fixed
    • Group: --> Unstable (example)
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.