c++ - Using library file built by different IDE -
i'm trying use kdl.
kdl library computing kinematics , dynamics of robot maniputlator.
i built kdl visual studio 2010.
i got orocos-kdl.lib successfully.
and can use library file in vs2010 cannot use in ide(clion) error undefined reference ....
but same code can built in vs2010.
a library file, built different ide, cannot used?
if built vs2010, can use in vs2010?
thank you.
object files , static libraries created different compilers, or different releases of same compiler, cannot linked together.
visit here.
Comments
Post a Comment