Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Maya® / SDK / Having trouble in bringing up the Maya 2008 Plug-In Wizard from Visual Studio 2005
  RSS 2.0 ATOM  

Having trouble in bringing up the Maya 2008 Plug-In Wizard from Visual Studio 2005
Rate this thread
 
11818
 
Permlink of this thread  
avatar
  • macrod
  • Posted: 07 May 2008 10:48 PM
  • Location: Shanghai
  • Total Posts: 16
  • Joined: 19 January 2007 08:11 AM

Sorry for not having any cue, but it works on my peers’ machine.

Any help will be appreciated.



Computer Graphics
ma de in china

Replies: 0
avatar
  • sboris
  • Posted: 24 May 2008 02:45 PM

In order to get it to work on my machine, i had to do the following:
( I running WinXp with vs2005 )

In the orginal file MayaPluginWizard.vsz ( that came in the devkit dir )
VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine.7.1

Param="WIZARD_NAME = MayaPluginWizard”
Param="FALLBACK_LCID = 1033”

the vsWizardEngine needed to be 8.0 not 7.1
also the path to the MayaPluginWizard directory needs to be defined like this:
Param="WIZARD_NAME = MayaPluginWizard”

so the whole file should look something like this
VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine.8.0
Param="WIZARD_NAME = MayaPluginWizard”
Param="RELATIVE_PATH = VCWizards”
Param="FALLBACK_LCID = 1033”

Hope this helps.



Replies: 0
avatar
  • macrod
  • Posted: 24 May 2008 08:39 PM

Yup, it should work, thanks very much.

And one of my colleagues also figured this out for me ;-)



Computer Graphics
ma de in china

Replies: 0