[ODE] How I Compiled ODE Using MSVC7

gl gl at ntlworld.com
Mon Jan 27 16:30:02 2003


I'm still on VC6, but I don't remember having any of these problems - if
this is specific to VC7, it sure is odd...
--
gl

----- Original Message -----
From: "Nate W" <coding@natew.com>
To: <ODE@q12.org>
Sent: Monday, January 27, 2003 11:06 PM
Subject: Re: [ODE] How I Compiled ODE Using MSVC7


> On Sun, 26 Jan 2003, Jeff Weber wrote:
>
> > STEP4:
> > Opened "c:\ode-0.035\ode\src\error.cpp" and commented out all the
"exit(1);
> >
> > [...] if you figure out how to compile without having to comment out
> > those exit(1) and abort(1) functions let me know.
>
> How about declaring your own, something like:
>
> void exit (int i)
> {
> #ifdef _DEBUG
> DebugBreak ();
> #endif
> ExitProcess ();
> }
>
> Then if it happens in a debug build you'll open the debugger so you can
> get a stack trace.
>
> --
>
> Nate Waddoups
> Redmond WA USA
> http://www.natew.com
>
>
> _______________________________________________
> ODE mailing list
> ODE@q12.org
> http://q12.org/mailman/listinfo/ode
>
>