hust-marx / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Building with Visual C++ 2008 Express #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the PluginCore project, in the win_common.h it includes some ATL headers 
which are not needed to build the project. ATL is not included with Visual 
Express Editions.

Original issue reported on code.google.com by ripzonet...@gmail.com on 11 Mar 2010 at 3:33

GoogleCodeExporter commented 9 years ago
ATL is currently required as its a dependency for the ActiveX part.

Original comment by georg.fritzsche on 11 Mar 2010 at 3:58

GoogleCodeExporter commented 9 years ago
My understanding is that there is a way to get ATL working with VS express 
edition;
however, in order to use ActiveX, we need ATL so far.

If you can implement everything we need for ActiveX without ATL (which I'd love 
to do
but don't have time), then we'd be happy to remove the dependency :-/

This may help: http://www.codeproject.com/KB/applications/FreeVS2005Win32.aspx

Original comment by taxilian on 11 Mar 2010 at 4:26