[ODE] How I Compiled ODE Using MSVC7

David Walker david.walker530 at ntlworld.com
Mon Jan 27 22:00:24 2003


I must admit I didn't have any problems compiling with vc7, apart from the
missing lib folder.
I did have a problem with the dll in that the dGeomEnable / Disable and
IsEnabled functions could not be found and I had to remove them from the
msvcdefs.def file. but then everything was ok.
I also had a problem using these functions in the static lib so I don't
think it was a compiler problem (I think they are just not there yet).

Jeff, it might make sense to start a fresh again. With all the chopping
around that you sometimes do when trying to solve a problem like this, you
might have something left over. The steps I followed are exactly the same as
the ones you posted but without step 4. I think the important things were
adding the lib folder, and using the VS.Net command prompt. the command
prompt in particular.

Another problem I had was with rebuilding. for example I had built using
double precision, then I rebuilt using single precision and got a few
strange errors. the problem was I hadn't deleted the obj files from the
C:\ode\ode\src folder. now I delete these before every rebuild.

Hope this helps a little.

David


----- Original Message -----
From: "Jeff Weber" <jeffreyweber@hotmail.com>
To: <ODE@q12.org>
Sent: Tuesday, January 28, 2003 12:56 AM
Subject: Re: [ODE] How I Compiled ODE Using MSVC7


> I'll try Nate's suggestion.  I doubt it's a vc7 thing it's probably a "me"
> thing. ;) I'm still learning the whole VC++ environment. There is quite a
> bit more to be "aware" of then with vb6 or c# which are my stronger areas.
>
>
> ----Original Message Follows----
> From: "gl" <gl@ntlworld.com>
> To: <ODE@q12.org>
> Subject: Re: [ODE] How I Compiled ODE Using MSVC7
> Date: Mon, 27 Jan 2003 23:30:05 -0000
>
>
> 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