jirentabu / crashrpt

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

unable to open include "atlstr.h" #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to compile crashrpt using microsoft visual c++ 2008 SP1
express. It seems that you use ATL, and it's not include in the express
edition. Is there any way to bypass ATL. Express version is now widely used
because it's free :), is it possible to support this version? 

Original issue reported on code.google.com by kaolite@gmail.com on 28 Jul 2009 at 9:10

GoogleCodeExporter commented 9 years ago
I suppose ATL is not a part of Visual Studio Express Edition. However this is 
not
critical, we can use WTL::CString instead. This will be in our todo list for the
version currently being prepared.

Original comment by zexspect...@gmail.com on 28 Jul 2009 at 3:53

GoogleCodeExporter commented 9 years ago
thanks a lot ... I will wait for this version to add crashprt in my app :)

Original comment by kaolite@gmail.com on 28 Jul 2009 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 29 Jul 2009 at 8:10

GoogleCodeExporter commented 9 years ago
This enhancement is made in CrashRpt v1.1.1 that is available for download

Original comment by zexspect...@gmail.com on 5 Aug 2009 at 9:47

GoogleCodeExporter commented 9 years ago
Hi, 
I just try to compile your version 1.1.1 . It can't compile because 'atldef.h' 
is not
available in visual express. 

Original comment by kaolite@gmail.com on 18 Aug 2009 at 2:52

GoogleCodeExporter commented 9 years ago
Yes, atldef.h is part of ATL. You need to install Microsoft Platform SDK for 
Windows
Server 2003 R2 in order to compile CrashRpt in VC++ Express. For additional
information, see http://code.google.com/p/crashrpt/wiki/FAQ

Original comment by zexspect...@gmail.com on 18 Aug 2009 at 3:10