ODE solver compile?

   4080   0   0
User Avatar
Member
110 posts
Joined:
Offline
Hey gang,

Anyone here gotten the ode solver included in the public section of the Houdini install working?

I'm trying to compile it in Win64 and getting this int8 error, and a warning.

Here's what I'm getting so far:


SIM_SolverODE.cpp
c:\program files\side effects software\houdini 10.0.362\toolkit\include\sys\SYS_Types.h(27) : error C2371: ‘
int8’ : redefinition; different basic types
.\ode/odeconfig.h(50) : see declaration of ‘int8’
c:\program files\side effects software\houdini 10.0.362\toolkit\include\ut\UT_String.h(191) : warning C4996:
‘strcpy’ was declared deprecated
CProgram Files (x86)/Microsoft Visual Studio 8/VC/include\string.h(73) : see declaration of ‘strcp
y’
Message: ‘This function or variable may be unsafe. Consider using strcpy_s instead. To disable depre
cation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.’
SIM_SolverODE.cpp(164) : warning C4355: ‘this’ : used in base member initializer list


Anyone got a clue?
  • Quick Links