Installing the Plug-in Wizard (AppWizard)
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Melden
Hi,
I've been following instructions as in help and readme file to install the plug-in wizard.
1. Open the 3dsmaxPluginWizard.vsz file (in the 3dsmaxPluginWizard directory root)
in a text editor and edit the ABSOLUTE PATH parameter to reflect the new location of the
3dsmaxPluginWizard root directory. Do not add a backslash after the directory name.
Param="ABSOLUTE_PATH = [Absolute Path Location of 3dsmaxPluginWizard Root Directory]"
2. The version of Visual Studio you are using will determine what value to use for the 'Wizard' variable
in the file 3dsmaxPluginWizard.vsz.
For Visual Studio 2010 use: Wizard=VsWizard.VsWizardEngine.10.0
For Visual Studio 2012 use: Wizard=VsWizard.VsWizardEngine.11.0
3. Copy the following files from the 3dsmaxPluginWizard root to the 'VC\VCProjects'
directory under your Visual Studio installation (e.g. C:\Program Files\Microsoft Visual Studio 10.0\VC\VCProjects):
3dsmaxPluginWizard.ico
3dsmaxPluginWizard.vsdir
3dsmaxPluginWizard.vsz
If you are using Visual Studio Express Edition, you need to copy the files listed above to
the 'VC\Express\VCProjects' folder.
4. Make all files in wizard file folder to be writable and not read only. If this is not done, than visual studio may generate an
error after creating the plugin project.
5. At this point the 3ds Max Plugin Wizard project should appear under File menu:New:Projects:Visual C++ Projects
in Visual Studio.
When I want to create a project there is a "3ds Max Plugin Wizard". But when I finish creating the project VS crashes.
Creating any other project works fine. I'm working on Win7 and VS Express