ever_desperate
09-30-2006, 08:07 AM
Hello.
I am running windows and have installed Visual C++ 2005 express edition. After installing Visual C++ I installed Maya 7.0.1 but I guess Maya couldnt detect VC on my comp as the new project in VC dosent give the option "Maya plugin wizard". Is there a way to get the wizard to work? or if theres an easy way to develop plugins without using the wizard, even that would do. I even tried putting the files from
C:\Program Files\Alias\Maya7.0\devkit\pluginwizard
to proper directories as instructed in the readme file but to no use. Is there any other alternative to VC to develop Maya plugins? Heres the directory structure of my VC installation.
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO 8\VC
├───bin
│ └───1033
├───Express
│ ├───VCAddClass
│ │ ├───Generic
│ │ └───VCNet
│ ├───VCProjectItems
│ │ ├───Code
│ │ ├───Data
│ │ ├───PropertySheets
│ │ └───UI
│ └───VCProjects
│ ├───General
│ ├───VCNet
│ └───Win32
├───include
│ ├───CodeAnalysis
│ ├───msclr
│ │ └───com
│ └───sys
├───lib
├───Profile
├───VCNewItems
├───vcpackages
│ └───1033
├───VCProjectDefaults
├───vcprojectitems
├───vcprojects
│ ├───General
│ ├───vcNET
│ └───Win32
└───VCWizards
├───1033
│ └───Images
├───AppWiz
│ ├───.NET
│ │ ├───ClassLibrary
│ │ │ ├───Scripts
│ │ │ │ └───1033
│ │ │ └───Templates
│ │ │ └───1033
│ │ ├───Console
│ │ │ ├───Scripts
│ │ │ │ └───1033
│ │ │ └───Templates
│ │ │ └───1033
│ │ ├───EmptyProject
│ │ │ └───Scripts
│ │ │ └───1033
│ │ └───WinForm
│ │ ├───scripts
│ │ │ └───1033
│ │ └───templates
│ │ └───1033
│ └───Generic
│ ├───Application
│ │ ├───html
│ │ │ └───1033
│ │ ├───images
│ │ ├───scripts
│ │ │ └───1033
│ │ └───templates
│ │ └───1033
│ └───MakefileProject
│ ├───HTML
│ │ └───1033
│ ├───Images
│ ├───Scripts
│ │ └───1033
│ └───Templates
│ └───1033
├───CodeWiz
│ ├───.NET
│ │ ├───Component
│ │ │ ├───scripts
│ │ │ │ └───1033
│ │ │ └───templates
│ │ │ └───1033
│ │ ├───DataSet
│ │ │ ├───scripts
│ │ │ │ └───1033
│ │ │ └───templates
│ │ │ └───1033
│ │ └───WinForm
│ │ ├───Scripts
│ │ │ └───1033
│ │ └───Templates
│ │ └───1033
│ └───Generic
│ ├───Class
│ │ ├───HTML
│ │ │ └───1033
│ │ ├───Images
│ │ └───Scripts
│ │ └───1033
│ ├───PropertySheet
│ │ ├───Scripts
│ │ │ └───1033
│ │ └───Templates
│ │ └───1033
│ └───ResourceScript
│ ├───scripts
│ │ └───1033
│ └───Templates
│ └───1033
|___________________________|
Thank you.
I am running windows and have installed Visual C++ 2005 express edition. After installing Visual C++ I installed Maya 7.0.1 but I guess Maya couldnt detect VC on my comp as the new project in VC dosent give the option "Maya plugin wizard". Is there a way to get the wizard to work? or if theres an easy way to develop plugins without using the wizard, even that would do. I even tried putting the files from
C:\Program Files\Alias\Maya7.0\devkit\pluginwizard
to proper directories as instructed in the readme file but to no use. Is there any other alternative to VC to develop Maya plugins? Heres the directory structure of my VC installation.
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO 8\VC
├───bin
│ └───1033
├───Express
│ ├───VCAddClass
│ │ ├───Generic
│ │ └───VCNet
│ ├───VCProjectItems
│ │ ├───Code
│ │ ├───Data
│ │ ├───PropertySheets
│ │ └───UI
│ └───VCProjects
│ ├───General
│ ├───VCNet
│ └───Win32
├───include
│ ├───CodeAnalysis
│ ├───msclr
│ │ └───com
│ └───sys
├───lib
├───Profile
├───VCNewItems
├───vcpackages
│ └───1033
├───VCProjectDefaults
├───vcprojectitems
├───vcprojects
│ ├───General
│ ├───vcNET
│ └───Win32
└───VCWizards
├───1033
│ └───Images
├───AppWiz
│ ├───.NET
│ │ ├───ClassLibrary
│ │ │ ├───Scripts
│ │ │ │ └───1033
│ │ │ └───Templates
│ │ │ └───1033
│ │ ├───Console
│ │ │ ├───Scripts
│ │ │ │ └───1033
│ │ │ └───Templates
│ │ │ └───1033
│ │ ├───EmptyProject
│ │ │ └───Scripts
│ │ │ └───1033
│ │ └───WinForm
│ │ ├───scripts
│ │ │ └───1033
│ │ └───templates
│ │ └───1033
│ └───Generic
│ ├───Application
│ │ ├───html
│ │ │ └───1033
│ │ ├───images
│ │ ├───scripts
│ │ │ └───1033
│ │ └───templates
│ │ └───1033
│ └───MakefileProject
│ ├───HTML
│ │ └───1033
│ ├───Images
│ ├───Scripts
│ │ └───1033
│ └───Templates
│ └───1033
├───CodeWiz
│ ├───.NET
│ │ ├───Component
│ │ │ ├───scripts
│ │ │ │ └───1033
│ │ │ └───templates
│ │ │ └───1033
│ │ ├───DataSet
│ │ │ ├───scripts
│ │ │ │ └───1033
│ │ │ └───templates
│ │ │ └───1033
│ │ └───WinForm
│ │ ├───Scripts
│ │ │ └───1033
│ │ └───Templates
│ │ └───1033
│ └───Generic
│ ├───Class
│ │ ├───HTML
│ │ │ └───1033
│ │ ├───Images
│ │ └───Scripts
│ │ └───1033
│ ├───PropertySheet
│ │ ├───Scripts
│ │ │ └───1033
│ │ └───Templates
│ │ └───1033
│ └───ResourceScript
│ ├───scripts
│ │ └───1033
│ └───Templates
│ └───1033
|___________________________|
Thank you.
