It would be good to support building with Visual Studio Express. This
would allow a wider range of developers to contribute to SlimTune.
(including me:-)
The steps needed to allow this:
1) Some build fixes, the repository is missing a couple of boost libs.
regex + data time(were they built with default options?) [check options?]
2) Move the SlimTune API into the UI solution, Express only allows just
C++ projects in a solution or C# projects.
3) Add replacement for CComPtr<> => SlimComPtr<> [minimally done]
3) Remove ATL and add our own class factory. [done stubs]
4) Have someone check things still build with Pro for x64 after saving
projects with Express.
5) Add some docs for additional SDKs needed.
Original issue reported on code.google.com by dbl...@fastmail.fm on 21 Mar 2010 at 1:02
Original issue reported on code.google.com by
dbl...@fastmail.fm
on 21 Mar 2010 at 1:02