animetrics
animetrics
Sure. On Tue, Nov 10, 2015 at 10:04:51AM -0800, Markus Elfring wrote: > How do you think about to make these include guards not only standard-compliant > but also really...
Hi, You must now also include Plist.cpp and PlistDate.cpp in your project. Best, Marc On Tue, Sep 30, 2014 at 01:52:18AM -0700, lich wrote: > i downed the zip yesterday....
What version of MSVC are you using? Do the example tests work when you use cmake to build the project? Marc On Tue, Oct 07, 2014 at 07:07:27PM -0700, lich...
Hi Lich, When you deserialize a plist, there are no longer "nodes". It is in native stdlib containers of c++. So you iterate through it the same way you would...
A dictionary or associative array, in most languages, does not allow the user to choose an arbitrary ordering. By nature, a dictionary is meant to be looked up by key:...
Hi Lich, It is difficult for me to understand what you are trying to do. Can you send the code? Marc On Wed, Oct 15, 2014 at 07:09:36PM -0700, lich...
Hi, If you can use binary plists I think it will just work as it will get written with double precision. For XML take a look at the function stringFromValue...
Hi, sorry I can't replicate this issue. Not sure if it has been inadvertently fixed. I added an empty string test for both binary and xml and it passes. Do...
I believe that someone has done that on another fork? https://github.com/blachniet/PlistCS
We are really not a .NET shop. If someone wants to take that on, I'd be happy to pull it into this repo.