Hi, I'm doing an internship and I've been asking to debug a program that I barely understand. While compiling it, i've several errors that occurs all along the compilation.
The first one says:
processings.cc( 299) : error C2440: '=' : cannot convert from 'void (__cdecl *)(const Real64 &,const Real64 &,const GuidanceInput &,...)' to 'int'
This conversion requires a reinterpret_cas t, a C-style cast or function-style cast.
Do you have any idea where it comes from?
Thx
The first one says:
processings.cc( 299) : error C2440: '=' : cannot convert from 'void (__cdecl *)(const Real64 &,const Real64 &,const GuidanceInput &,...)' to 'int'
This conversion requires a reinterpret_cas t, a C-style cast or function-style cast.
Do you have any idea where it comes from?
Thx
Comment