I would like to write a class (C++) which makes use of inkscape svg, this will then be imported to an MFC based program.
Would appreciate if anyone has experience/ or ideas on this.
Thank you
Wainsley
using inkscape with MFC
Re: using inkscape with MFC
You just want to read an SVG file? Then it doesn't matter whether the file was written by Inkscape or any other program, right? I guess there are standard C++ classes for that kind of thing, but I don't know.