PDA

View Full Version : MS Project API for Qt/C++



Nightfox
31st July 2014, 21:09
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

Nightfox
2nd August 2014, 14:18
This looks promising, but still..it's not Qt/C++
http://www.aspose.com/docs/display/tasksjava/Reading+a+Project+File

ChrisW67
3rd August 2014, 09:34
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

Nightfox
5th August 2014, 11:34
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.