|
Sorry for not having any cue, but it works on my peers’ machine.
Any help will be appreciated.
Computer Graphics
ma de in china
|
|
|
|
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.
|
|
|
|
Yup, it should work, thanks very much.
And one of my colleagues also figured this out for me ;-)
Computer Graphics
ma de in china
|
|
|