MS Project API for Qt/C++
Anyone know of if it's possible to read/write MS Projects (.mpp ) files with Qt/C++? A search shows some possibilities with java libraries like Apache POI and MPXJ but I need it to be C++. There are some C++ libraries out there but they all seem to only read not write - I sort of need both.
All input will be helpful.
Thanks
Re: MS Project API for Qt/C++
Re: MS Project API for Qt/C++
Do you need to do this on platforms other than Windows or without having Project installed? On Windows you should be able to automate MS Project using ActiveQt.
http://qt-project.org/doc/qt-5/activeqt-index.html
Re: MS Project API for Qt/C++
Hi Chris,
The link looks interesting. Ideally, I need it to work without MS Project installed, but I may settle with ActiveQt in the short run.