-
We need a way to select the devices load-out in a more powerful way.
DevKit uses a XML (we can use TinyXML-2 lib for this) to select the load-out and build a multi-file assembly project.
A example : …
-
```
Two libraries extend the functionality of TinyXML: yours and TinyXPATH
( http://tinyxpath.sourceforge.net/ ).
It is not possible to use ticpp objects with TinyXpath, as it requires
TiXmlNode ob…
-
https://github.com/PX4/sitl_gazebo/pull/167 introduces a function that uses tinyxml to parse parameters on XML files into C++ usable variables. This is used in the multi-vehicle simulation to allow a …
-
**Original report ([archived issue](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/issues/138)) by Shane Loretz (Bitbucket: [Shane Loretz](https://bitbucket.org/%7B656e3311-aad9-4…
-
```
What steps will reproduce the problem?
1. console app in vs2008
This is the first error during a link.
error LNK2019: unresolved external symbol "public: __thiscall
ticpp::Document::Document(cha…
-
when i run "ninja aseprite" in cmd and this error
C:\aseprite\build>ninja aseprite
[1/1510] Building C object third_party\CMakeFiles\lua.dir\lua\lapi.c.obj
FAILED: third_party/CMakeFiles/lua.dir/…
-
Today I managed to compile ozwcp, but when I start it, it just crashes:
```
# gdb ./ozwcp
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License …
-
```
Two libraries extend the functionality of TinyXML: yours and TinyXPATH
( http://tinyxpath.sourceforge.net/ ).
It is not possible to use ticpp objects with TinyXpath, as it requires
TiXmlNode ob…
-
```
What steps will reproduce the problem?
1. console app in vs2008
This is the first error during a link.
error LNK2019: unresolved external symbol "public: __thiscall
ticpp::Document::Document(cha…
-
Tried to build current branch recently, and build failed. After some trial I finally successfully build it, but with some hacks, so let me just list my problems and my 'fixes'.
1. My system: Ubuntu 1…