Menu

COM wrapper over TinyXML

Developer
1234
2006-12-08
2013-05-20
  • 1234

    1234 - 2006-12-08

    Does anybody has tried writting COM wrapper overTinyXML?

     
    • Ellers

      Ellers - 2006-12-08

      Not that I know of ... but if you're going for COM (i.e. moving well away from "tiny"), why not just use MSXML?

       
    • 1234

      1234 - 2006-12-11

      MSXML uses to much memory (around 2 MB). Also I don't want all features of MSXML. But I want to use the parser in different modules. So I cannot directly use TinyXML as it will get duplicated in all modules. So from the point of memory and code reuse, it is better to write COM wrapper.

       

Log in to post a comment.