jjs wrote:OK - after restarting can import materials.
Assigned a material - but still get RUN TIME error and crash
Ok, just checking..
- so you can see the Maxwell menu item in the main menú ok?
- And also you can see the Maxwell task pane tab in the Task Pane, right?
- Did you install the plugin in the same folder that Maxwell and Maxwell Studio?
- Which Service pack of SW2007 have you installed?
Please follow this steps (first close SW):
0- Please check that in the plugin installation folder you have these dlls:
Maxwell2007.dll
swmaterials.dll
QtOpenGL4.dll
QtGui4.dll
AtCore4.dll
opengl32.dll
glu32.dll
msjava.dll
1- go to Start->Run.. and type "cmd". A command line window will be launched
2- type "cd [your solidworks plugin folder ]"
In my case I type
cd C:\Program Files\Next Limit\Maxwell\plugins\solidworks
3- Type regsvr32 swmaterials.dll /u
(it will unregister the dll if it was registered)
4- Type regsvr32 Maxwell2007.dll /u
(it will unregister the dll if it was registered)
5- Type regsvr32 swmaterials.dll
(it will register the dll again)
6- Type regsvr32 Maxwell2007.dll
(it will register the dll again)
7. Start Solidworks.
If steps 5 or 6 fail an error message will be displayed and it means that due an unknown reason, this controls can not be registered in your system. If it happens, please post it here.
Thanks,
Juan