Now, i changed all to win32 (default) and built. But still issues. For helixTool.cpp (given in API help with Maya), this is the error:
1>------ Build started: Project: MayaPluginWizard1, Configuration: Release Win32 ------
1>Compiling...
1>cl : Command line warning D9025 : overriding '/EHs' with '/EHa'
1>helixTool.cpp
1>Linking...
1> Creating library Release/myCmd.lib and object Release/myCmd.exp
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall MPxToolCommand::~MPxToolCommand(void)" (__imp_??1MPxToolCommand@@UAE@XZ) referenced in function "public: virtual __thiscall helixTool::~helixTool(void)" (??1helixTool@@UAE@XZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual class MStatus __thiscall MPxToolCommand::cancel(void)" (?cancel@MPxToolCommand@@UAE?AVMStatus@@XZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "private: virtual char const * __thiscall MPxToolCommand::className(void)const " (?className@MPxToolCommand@@EBEPBDXZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall MPxToolCommand::MPxToolCommand(void)" (__imp_??0MPxToolCommand@@QAE@XZ) referenced in function "public: __thiscall helixTool::helixTool(void)" (??0helixTool@@QAE@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class MStatus __thiscall MPxToolCommand::doFinalize(class MArgList &)" (__imp_?doFinalize@MPxToolCommand@@IAE?AVMStatus@@AAVMArgList@@@Z) referenced in function "public: virtual class MStatus __thiscall helixTool::finalize(void)" (?finalize@helixTool@@UAE?AVMStatus@@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall M3dView::~M3dView(void)" (__imp_??1M3dView@@UAE@XZ) referenced in function __unwindfunclet$??0helixContext@@QAE@XZ$0
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall MPxContext::~MPxContext(void)" (__imp_??1MPxContext@@UAE@XZ) referenced in function __unwindfunclet$??0helixContext@@QAE@XZ$0
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall MPxContext::setImage(class MString const &,enum MPxContext::ImageIndex)" (__imp_?setImage@MPxContext@@QAE?AVMStatus@@ABVMString@@W4ImageIndex@1@@Z) referenced in function "public: __thiscall helixContext::helixContext(void)" (??0helixContext@@QAE@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class MStatus __thiscall MPxContext::setCursor(class MCursor const &)" (__imp_?setCursor@MPxContext@@IAE?AVMStatus@@ABVMCursor@@@Z) referenced in function "public: __thiscall helixContext::helixContext(void)" (??0helixContext@@QAE@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class MCursor MCursor::defaultCursor" (__imp_?defaultCursor@MCursor@@2V1@A) referenced in function "public: __thiscall helixContext::helixContext(void)" (??0helixContext@@QAE@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class MStatus __thiscall MPxContext::setTitleString(class MString const &)" (__imp_?setTitleString@MPxContext@@IAE?AVMStatus@@ABVMString@@@Z) referenced in function "public: __thiscall helixContext::helixContext(void)" (??0helixContext@@QAE@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall M3dView::M3dView(void)" (__imp_??0M3dView@@QAE@XZ) referenced in function "public: __thiscall helixContext::helixContext(void)" (??0helixContext@@QAE@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall MPxContext::MPxContext(void)" (__imp_??0MPxContext@@QAE@XZ) referenced in function "public: __thiscall helixContext::helixContext(void)" (??0helixContext@@QAE@XZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MPxContext::toolOffCleanup(void)" (?toolOffCleanup@MPxContext@@UAEXXZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual class MStatus __thiscall MPxContext::doHold(class MEvent &)" (?doHold@MPxContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual class MStatus __thiscall MPxContext::helpStateHasChanged(class MEvent &)" (?helpStateHasChanged@MPxContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MPxContext::deleteAction(void)" (?deleteAction@MPxContext@@UAEXXZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MPxContext::completeAction(void)" (?completeAction@MPxContext@@UAEXXZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual class MStatus __thiscall MPxContext::addManipulator(class MObject const &)" (?addManipulator@MPxContext@@UAE?AVMStatus@@ABVMObject@@@Z)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual class MStatus __thiscall MPxContext::deleteManipulators(void)" (?deleteManipulators@MPxContext@@UAE?AVMStatus@@XZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "protected: virtual class MPxToolCommand * __thiscall MPxContext::newToolCommand(void)" (?newToolCommand@MPxContext@@MAEPAVMPxToolCommand@@XZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "protected: virtual char const * __thiscall MPxContext::className(void)const " (?className@MPxContext@@MBEPBDXZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall MPxContext::abortAction(void)" (?abortAction@MPxContext@@UAEXXZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall MPxContext::processNumericalInput(class MDoubleArray const &,class MIntArray const &,bool)" (?processNumericalInput@MPxContext@@UAE_NABVMDoubleArray@@ABVMIntArray@@_N@Z)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall MPxContext::feedbackNumericalInput(void)const " (?feedbackNumericalInput@MPxContext@@UBE_NXZ)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual enum MSyntax::MArgType __thiscall MPxContext::argTypeNumericalInput(unsigned int)const " (?argTypeNumericalInput@MPxContext@@UBE?AW4MArgType@MSyntax@@I@Z)
1>helixTool.obj : error LNK2001: unresolved external symbol "public: virtual class MString __thiscall MPxContext::stringClassName(void)const " (?stringClassName@MPxContext@@UBE?AVMString@@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class MStatus __thiscall MPxContext::setHelpString(class MString const &)" (__imp_?setHelpString@MPxContext@@IAE?AVMStatus@@ABVMString@@@Z) referenced in function "public: virtual void __thiscall helixContext::toolOnSetup(class MEvent &)" (?toolOnSetup@helixContext@@UAEXAAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall M3dView::beginOverlayDrawing(void)" (__imp_?beginOverlayDrawing@M3dView@@QAE?AVMStatus@@XZ) referenced in function "public: virtual class MStatus __thiscall helixContext::doPress(class MEvent &)" (?doPress@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall M3dView::beginGL(void)" (__imp_?beginGL@M3dView@@QAE?AVMStatus@@XZ) referenced in function "public: virtual class MStatus __thiscall helixContext::doPress(class MEvent &)" (?doPress@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class M3dView __cdecl M3dView::active3dView(class MStatus *)" (__imp_?active3dView@M3dView@@SA?AV1@PAVMStatus@@@Z) referenced in function "public: virtual class MStatus __thiscall helixContext::doPress(class MEvent &)" (?doPress@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall MEvent::getPosition(short &,short &)const " (__imp_?getPosition@MEvent@@QBE?AVMStatus@@AAF0@Z) referenced in function "public: virtual class MStatus __thiscall helixContext::doPress(class MEvent &)" (?doPress@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct HDC__ * __thiscall M3dView::deviceContext(class MStatus *)" (__imp_?deviceContext@M3dView@@QAEPAUHDC__@@PAVMStatus@@@Z) referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol __imp__glPopMatrix@0 referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol _gluCylinder@36 referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol _gluQuadricDrawStyle@8 referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol _gluNewQuadric@0 referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol __imp__glRotatef@16 referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol __imp__glPushMatrix@0 referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol __imp__glMatrixMode@4 referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol __imp__glIndexi@4 referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall M3dView::clearOverlayPlane(void)" (__imp_?clearOverlayPlane@M3dView@@QAE?AVMStatus@@XZ) referenced in function "public: virtual class MStatus __thiscall helixContext::doDrag(class MEvent &)" (?doDrag@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall M3dView::endGL(void)" (__imp_?endGL@M3dView@@QAE?AVMStatus@@XZ) referenced in function "public: virtual class MStatus __thiscall helixContext::doRelease(class MEvent &)" (?doRelease@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall M3dView::endOverlayDrawing(void)" (__imp_?endOverlayDrawing@M3dView@@QAE?AVMStatus@@XZ) referenced in function "public: virtual class MStatus __thiscall helixContext::doRelease(class MEvent &)" (?doRelease@helixContext@@UAE?AVMStatus@@AAVMEvent@@@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl MToolsInfo::setDirtyFlag(class MPxContext const &)" (__imp_?setDirtyFlag@MToolsInfo@@SAXABVMPxContext@@@Z) referenced in function "public: void __thiscall helixContext::setNumCVs(unsigned int)" (?setNumCVs@helixContext@@QAEXI@Z)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall MPxContextCommand::~MPxContextCommand(void)" (__imp_??1MPxContextCommand@@UAE@XZ) referenced in function __unwindfunclet$??0helixContextCmd@@QAE@XZ$0
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall MPxContextCommand::MPxContextCommand(void)" (__imp_??0MPxContextCommand@@QAE@XZ) referenced in function "public: __thiscall helixContextCmd::helixContextCmd(void)" (??0helixContextCmd@@QAE@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class MArgParser __thiscall MPxContextCommand::parser(class MStatus *)const " (__imp_?parser@MPxContextCommand@@IBE?AVMArgParser@@PAVMStatus@@@Z) referenced in function "public: virtual class MStatus __thiscall helixContextCmd::doEditFlags(void)" (?doEditFlags@helixContextCmd@@UAE?AVMStatus@@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall MPxContextCommand::setResult(bool)" (__imp_?setResult@MPxContextCommand@@QAE?AVMStatus@@_N@Z) referenced in function "public: virtual class MStatus __thiscall helixContextCmd::doQueryFlags(void)" (?doQueryFlags@helixContextCmd@@UAE?AVMStatus@@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class MStatus __thiscall MPxContextCommand::setResult(int)" (__imp_?setResult@MPxContextCommand@@QAE?AVMStatus@@H@Z) referenced in function "public: virtual class MStatus __thiscall helixContextCmd::doQueryFlags(void)" (?doQueryFlags@helixContextCmd@@UAE?AVMStatus@@XZ)
1>helixTool.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class MSyntax __thiscall MPxContextCommand::syntax(class MStatus *)const " (__imp_?syntax@MPxContextCommand@@IBE?AVMSyntax@@PAVMStatus@@@Z) referenced in function "public: virtual class MStatus __thiscall helixContextCmd::appendSyntax(void)" (?appendSyntax@helixContextCmd@@UAE?AVMStatus@@XZ)
1>Release\myCmd.mll : fatal error LNK1120: 51 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\jojanpm\My Documents\Visual Studio 2008\Projects\MayaPluginWizard1\MayaPluginWizard1\Release\BuildLog.htm"
1>MayaPluginWizard1 - 52 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========