jirentabu / crashrpt

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

It is more useable if compiled as a straight C-dll #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current interface is C++. It is more usable if compiled as a straight
WINAPI C-dll. Then it can be used from other languages like VB or .net
projects.

Original issue reported on code.google.com by liyu...@gmail.com on 15 Aug 2009 at 2:43

GoogleCodeExporter commented 9 years ago
I suppose you won't be able to use it in VB or .net even if we define raw C
interfaces. This library is Visual C++ specific. It intercepts structued C 
exceptions
and C++-specific exceptions in C run-time libraries.

If I'm wrong, give me more info on how it can be used in other languages.

Original comment by zexspect...@gmail.com on 15 Aug 2009 at 3:34

GoogleCodeExporter commented 9 years ago
Since v1.1.2 we use extern "C" to undecorate function names and __stdcall 
calling
convention, so I think this enhancement is done.

Original comment by zexspect...@gmail.com on 24 Oct 2009 at 6:03