NeuronForMaya icon indicating copy to clipboard operation
NeuronForMaya copied to clipboard

compile errors in visual Studio 2012

Open atlasan opened this issue 8 years ago • 1 comments

Hello, I'm getting this error when trying to compile with Visual Studio 2012: NeuronForMayaDevice.obj : error LNK2001: external symbol "public: virtual class MStatus __cdecl MPxNode::dependsOn(class MPlug const &,class MPlug const &,bool &)const " (?dependsOn@MPxNode@@UEBA?AVMStatus@@AEBVMPlug@@0AEA_N@Z) unresolved 1>x64\Debug\NeuronForMaya.mll : fatal error LNK1120: 1 unresolved externs

atlasan avatar Feb 16 '17 00:02 atlasan

Add: I'm using Maya 2016. Inclusions seems ok. I followed this tutorial too to check the settings: http://blog.josephkider.com/2015/08/20/creating-your-first-maya-plug-in-in-visual-studio/

atlasan avatar Feb 16 '17 01:02 atlasan