Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-15 Thread Josiah Bryan
On Fri, Jun 15, 2012 at 3:17 AM, André Pönitz < andre.poen...@mathematik.tu-chemnitz.de> wrote: > On Wed, Jun 13, 2012 at 07:52:45PM -0400, Josiah Bryan wrote: > > The real problem here is that Qt Creator / Debugger doesn't even > > bother to give a stack trace of where it stopped at - just the MS

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-15 Thread André Pönitz
On Wed, Jun 13, 2012 at 07:52:45PM -0400, Josiah Bryan wrote: > The real problem here is that Qt Creator / Debugger doesn't even > bother to give a stack trace of where it stopped at - just the MSVC > error dialog, no stack trace. [...] > I'll double-check globals, but a stack trace is really wha

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-14 Thread Josiah Bryan
On Thu, Jun 14, 2012 at 9:44 AM, Till Oliver Knoll < till.oliver.kn...@gmail.com> wrote: > 2012/6/14 Josiah Bryan : > >>> ... > >>> What compiler do you use? The MS Visual Studio compiler? ... > >> In particular make sure you use the same runtime as the Qt libraries. > >> ... > > I'm just using Qt

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-14 Thread Josiah Bryan
On Wed, Jun 13, 2012 at 5:50 PM, André Pönitz < andre.poen...@mathematik.tu-chemnitz.de> wrote: > On Wed, Jun 13, 2012 at 04:25:59PM -0400, Josiah Bryan wrote: > > I'm attempting to debug an odd problem wherein my program (http:// > > code.google.com/p/dviz/) crashes when displaying certain UTF-8

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-14 Thread Josiah Bryan
On Thu, Jun 14, 2012 at 3:14 AM, Andreas Pakulat wrote: > Hi, > > On Thu, Jun 14, 2012 at 8:13 AM, Till Oliver Knoll < > till.oliver.kn...@gmail.com> wrote: > >> >> >> Am 14.06.2012 um 01:52 schrieb Josiah Bryan : >> >> > ... >> > I'll double-check globals, but a stack trace is really what's need

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-14 Thread Andreas Pakulat
Hi, On Thu, Jun 14, 2012 at 8:13 AM, Till Oliver Knoll < till.oliver.kn...@gmail.com> wrote: > > > Am 14.06.2012 um 01:52 schrieb Josiah Bryan : > > > ... > > I'll double-check globals, but a stack trace is really what's needed > > here anyway - debugger just says "Application exited with exit co

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-13 Thread Till Oliver Knoll
Am 14.06.2012 um 01:52 schrieb Josiah Bryan : > ... > I'll double-check globals, but a stack trace is really what's needed > here anyway - debugger just says "Application exited with exit code > exit-code="03"" (Yes, I googled that - no, the only three results I > found did not help.) What comp

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-13 Thread Josiah Bryan
On 6/13/12, André Pönitz wrote: > On Wed, Jun 13, 2012 at 04:25:59PM -0400, Josiah Bryan wrote: >> I'm attempting to debug an odd problem wherein my program (http:// >> code.google.com/p/dviz/) crashes when displaying certain UTF-8 >> strings. That's not really why I'm emailing - the problem I'd l

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-13 Thread André Pönitz
On Wed, Jun 13, 2012 at 04:25:59PM -0400, Josiah Bryan wrote: > I'm attempting to debug an odd problem wherein my program (http:// > code.google.com/p/dviz/) crashes when displaying certain UTF-8 > strings. That's not really why I'm emailing - the problem I'd like > your help with is that I'm unabl

[Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-13 Thread Josiah Bryan
I'm attempting to debug an odd problem wherein my program (http:// code.google.com/p/dviz/) crashes when displaying certain UTF-8 strings. That's not really why I'm emailing - the problem I'd like your help with is that I'm unable to run the program in "Debug" mode in Qt Creator on Windows 7. I'v