Hi all,

I just installed Max 2012 (and the SDK) 64-bit, and am trying to compile OSGExp, but when it tries to link OSGHelper I'm getting this linker error:

1>OSGHelper.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl ReferenceMaker::SetReference(int,class ReferenceTarget *)" (?SetReference@ReferenceMaker@@UEAAXHPEAVReferenceTarget@@@Z)

It's linking to:

        ${MAXSDK_LIB_DIR}/bmm.lib
        ${MAXSDK_LIB_DIR}/core.lib
        ${MAXSDK_LIB_DIR}/geom.lib
        ${MAXSDK_LIB_DIR}/gfx.lib
        ${MAXSDK_LIB_DIR}/mesh.lib
        ${MAXSDK_LIB_DIR}/maxutil.lib
        ${MAXSDK_LIB_DIR}/maxscrpt.lib
        ${MAXSDK_LIB_DIR}/manipsys.lib
        ${MAXSDK_LIB_DIR}/paramblk2.lib

and I had Max 2011 before and it was working fine, so I'm not sure where this problem comes from. Has anything changed recently that could affect this?

Thanks in advance,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                    http://whitestar02.dyndns-web.com/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to