Open GoogleCodeExporter opened 9 years ago
I got a build going. Reading an old thread
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/78d12688-a6a8-4
323-9064-7e2d727ee1c6 I found that if I add
"#pragma comment(lib, "atlthunk.lib")" after the line "#pragma once" in the
CrashSender file sdtafx.h CrashSender compiles.
Anyone knows why this is needed? Why isn't that library part of the included
libs in the project?
Original comment by diederik...@gmail.com
on 31 May 2013 at 8:51
This problem because CrashRpt depends on WTL, and WTL depends on ATL library.
I'll update the project and documentation to take this into account.
Original comment by zexspect...@gmail.com
on 12 Jul 2013 at 2:06
Original issue reported on code.google.com by
diederik...@gmail.com
on 31 May 2013 at 7:42