You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
What steps will reproduce the problem?
1. int myval;
2. ticpp::Element::GetValue(&myval); // assume object
What is the expected output? What do you see instead?
Expected: The value (text) gets passed to myval.
What happens: An exception is thrown (cannot convert value).
What version of the product are you using? On what operating system?
r126, compiled with mingw 4.8 (comes with QT), Windows 7 64bit.
Please provide any additional information below.
GetValue gets the name of the Element/node instead of the value.
This works as expected with attributes though.
Original issue reported on code.google.com by [email protected] on 9 Sep 2013 at 11:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Sep 2013 at 11:15The text was updated successfully, but these errors were encountered: