Re: [Mingw-w64-public] using libraries built with mingw in Visual C++

2012-08-24 Thread Alex Loukissas
On Fri, Aug 24, 2012 at 9:43 AM, Ray Donnelly wrote: > Switch to Qt Creator instead! > This won't be very useful since I do want to switch to MSVC++. Thanks for the tip though. > > /ducks. > > On Fri, Aug 24, 2012 at 5:29 PM, Alex Loukissas > wrote: > > Hello,

[Mingw-w64-public] using libraries built with mingw in Visual C++

2012-08-24 Thread Alex Loukissas
er of libraries, which I link my application against). I would like to move to MSVC++ for my application development but would like to reuse the toolchain built using mingw. Any help is much appreciated! Thanks, Alex Louk

Re: [Mingw-w64-public] Obtaining stacktraces within a Windows application

2012-08-16 Thread Alex Loukissas
Hi folks, It appears that with addr2line I got quite far. Unfortunately, I haven't been able to try out the libbfd option, since it appears that this library isn't included in the standard ubuntu mingw package. Cheers Alex On Sun, Aug 12, 2012 at 8:43 AM, Alex Loukissas wrote: &g

Re: [Mingw-w64-public] Obtaining stacktraces within a Windows application

2012-08-12 Thread Alex Loukissas
Thanks for the tips. I'll give a shot of trying what was suggested before and see how this turns out. I'll report any progress in this thread. On Sun, Aug 12, 2012 at 12:03 AM, Vincent Torri wrote: > Hey > > On Sat, Aug 11, 2012 at 6:59 PM, Alex Loukissas > wrote: >

[Mingw-w64-public] Obtaining stacktraces within a Windows application

2012-08-11 Thread Alex Loukissas
Hello, I would like to ask whether it is possible to obtain meaningful stacktraces within a Windows app built with mingw-w64. I will explain briefly my setup and what I've tried so far. I build my app on Linux using mingw-w64 into a statically linked executable, with debug info. I've tried using