[ODE] (Newbie question) Getting started with ODE and VS.NET
mouke at gmx.net
mouke at gmx.net
Thu Jul 22 23:28:03 MST 2004
You need the property sheed directly below Linker > General. That's
called "Input" in my version of VS.NET. The first field reads
"Additional dependencies". Add "ode.lib drawstuff.lib" to that field.
Greets
Michael
> I'm not sure how to add them explicitly to the linker - I've got an
> additional directory for the linker set to ode/lib (that's in project >
> properties > linker, general) but I can't see any other settings that
> would do it.
>
> How do I specify it explicitly in the code?
>
> Cheers, Duncan
>
>
> mouke at gmx.net wrote:
>
> > Adding the directories doesn't actually link the libraries. You have
> > to link ode.lib (and drawstuff.lib, in your case) by entering them in
> > the project settings -> linker -> input.
> >
> > greets
> > michael
>
More information about the ODE
mailing list