jirentabu / crashrpt

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

not compilable under Visual Studio 2013 #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
error C1083: Cannot open include file: 'atldef.h'

#include <atldef.h>
#include <atlbase.h>
#include <atlwin.h>

are not existing anymore.

Original issue reported on code.google.com by TypeOverride@googlemail.com on 13 Apr 2014 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 13 Apr 2014 at 8:26

GoogleCodeExporter commented 9 years ago
I do not have VS2013, so I cannot help you with this. Did you have a chance to 
resolve this issue yourself? 

Original comment by zexspect...@gmail.com on 8 Aug 2014 at 7:25

GoogleCodeExporter commented 9 years ago
You can get VS2013 express for free from 
http://www.microsoft.com/en-us/download/details.aspx?id=40787

However, I would like to mention that I have been compiling and using CrashRpt 
on VS2013 all year with no issues.  The 3 files reported in the original issue 
most definitely still exist in VS2013.

Original comment by cybert...@gmail.com on 16 Aug 2014 at 8:38

GoogleCodeExporter commented 9 years ago
I have read somewhere that it depends on the Visual Studio Version. The 
Express-Version hasnt the files and the Professional-Version has the files. Can 
someone confirm this ? 

Original comment by TypeOverride@googlemail.com on 16 Aug 2014 at 8:42

GoogleCodeExporter commented 9 years ago
Hey Cybertech I can build crashrpt under Visual Studio 2013 but it doesn't 
catch exceptions like invalid parameter handler anymore. Does it still catch 
all the exceptions for you?

Original comment by ABrussZ...@gmail.com on 17 Oct 2014 at 2:00