beauli / slimtune

Automatically exported from code.google.com/p/slimtune
MIT License
0 stars 0 forks source link

Support for Visual Studio Express #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by dbl...@fastmail.fm on 21 Mar 2010 at 1:04

GoogleCodeExporter commented 8 years ago
Done r186

Original comment by dbl...@fastmail.fm on 22 Mar 2010 at 6:45