[ODE] New project files in SVN
J. Perkins
starkos at gmail.com
Tue Mar 28 19:51:40 MST 2006
On 3/27/06, Thomas Buehrmann <t.buehrmann at sussex.ac.uk> wrote:
> I just tried the vs6 workspace in both trunk and new_build. I always get
> a "... \ode.dsp has been modified and cannot be loaded as a Developer
> Studio project" though. Either I'm doing something wrong, or somehow the
> project/workspace files are not consistent anymore?
The project files were broken. I had to dig up my old VC6 CDs in order
to test it, which I finally did last night with the same results. I
just checked in a fix for it. More of a workaround really.
VC6 doesn't supported mixed target types like later versions, so I
can't have one configuration building a DLL and another building a
static library. To get things working, I changed the script so that
VC6 will always generate a DLL. I'll think about it some more and see
if I can come up with a better solution.
Note that the unit test framework (currently unused) has errors that
can be safely ignored.
Hope this helps,
Jason
More information about the ODE
mailing list