Hi i’m trying to recomplie 2 plugins for Maya 7.0. I was given the source code, but i dont know anything about c++, and just been playing around trying to do it, but i keep getting these kind of errors on both when i comple it:
.\flexmuscleCmd.cpp(629) : error C2084: function ‘MStatus initializePlugin(MObject)’ already has a body
.\flexmuscleCmd.cpp(19) : see previous definition of ‘initializePlugin’
.\flexmuscleCmd.cpp(646) : error C2084: function ‘MStatus uninitializePlugin(MObject)’ already has a body
.\flexmuscleCmd.cpp(19) : see previous definition of ‘uninitializePlugin’
Anyone about to help me? ill post the source code too.