lizh06 / ticpp

Automatically exported from code.google.com/p/ticpp
0 stars 0 forks source link

Document.LoadFromString fails if not Administrator #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Calling Document.LoadFromString fails if the user account does not have
Administrator privileges. I believe this is due to the call to tmpfile()
which attempts to create a temporary file in the root directory. Running
the application with Administrator rights fixes the problem.

This is on Vista / Visual Studio 2005.

Original issue reported on code.google.com by jhn...@gmail.com on 3 May 2007 at 11:14

GoogleCodeExporter commented 9 years ago
Document.LoadFromString was a bit of a hack, and a deviation from the TinyXML 
base code.

It was also a duplication of an existing function Parse().

Parse is now wrapped, and LoadFromString has been removed.

Original comment by rjmy...@gmail.com on 1 Oct 2007 at 2:22