Visual C++ 2008 Express XML demo of CMarkup C++ XML parser
Loading...
12,163
Loading...
Uploader Comments (bryantfilms)
see all
All Comments (7)
-
it worked for me..
-
Dude! This rocks! When used with the XML Editor, it even generates the correct navigation code... you just saved me a bunch of time... THANK YOU!!!!!
-
thanks for your fast answer,
ok i'm gonna learn CLI.
hope it's not more complicated than doing this stuff with managed c++.
-
Fantastic, very helpful.
Please make more of These.
Thanks,
-
awesome now I know how to set it up properly :)
Loading...
hi,
how does it work with Visual c++ (CLR) ?
I can include CMarkup but the example sourcecode has probems with strings.
PrinzLangweilig 2 years ago
there is no build version for CLR and System::String, only MFC or STL strings, though it might just be a matter of adding a set of MCD_STR defines for C++/CLI as is done for CString and std::string.
bryantfilms 2 years ago