How to implement Tidy HTML?

Hi, since yesterday I have been searching the web on how to get the "tidy html for C++" package running but still no success in sight.

I use VS 12 on Win 8.

My problem is that the tidy package I downloaded from (here: http://tidy.cvs.sourceforge.net/tidy/) is obviously too old: VC6-files in the build directory cannot not be used. There is no Makefile. Then a link named "C++ version" is down.

Can you suggest a better possibility to parse html via C++?
Or even better, can you help me to implement tidy? Maybe there is another possibility to build it from the available files in the package mentioned above...

Thanks a lot in adance!!!
You can create your won project file.

1. Create an empty C++ static library.
2. Add the project source and header files to the project.
3. Build the project
4. VoilĂ , you have a static library you can link your program with.
Awesome, I guess it's working now :) :) Thanks a lot! The first time I tried it this way I got several error messages which I guess were not important.
Topic archived. No new replies allowed.