I am using Google Breakpad to generate crash dumps for my windows application when it crashes. My application mixes C++ native code with C# CLR code.
I want to deploy a crash handler with my Qt application that I\'ve created with Qt creator.After some poking around it would appear that Google\'s Breakpd will do exactly what I need it to do, however
I am attempting to bui开发者_开发百科ld google-breakpad and I am getting the error File \"C:\\google-breakpad\\src\\tools\\gyp\\pylib\\gyp\\generator\\msvs.py\", line 907, in _GetPathDict
I\'m trying to statically link my Qt application to Google Breakpad under Windows but I always get unresolved symbol errors. I\'m using qmake and VC++2008 and there seems to be some problem with my pr
I\'m using Breakpad to send error re开发者_StackOverflow社区ports when my app crashes. Now I tried to follow the wiki but the information there is somewhat lacking. I just can\'t figure out what to d
I am trying to build google breakpad for windows. I don\'t get it. I tried installed autoconf and m4 for Windows which seems to work. But running
I wanted to create a cross-platform 2D game engine, and I would like to know how to create a cross-platform project with Makefile, so I can compile it to the platforms I choose with custom rule for an