Showing posts with label Extract Support Files. Show all posts
Showing posts with label Extract Support Files. Show all posts

Monday, August 24, 2009

Extracting Solid Framework support files.

Developers may need to extract the support files in Solid Framework for a couple of reasons.

  • To use the native C++ interface
  • Running scripts with SolidScript.exe
To facilitate this issue, we have uploaded a small console app that works with Solid Framework version 225 or greater here. Place the exe anywhere you like and run it with 2 parameters. The first parameter is the full path to Solid Framework.dll, and the second parameter is the path to where you want the extracted files to be placed.

Example:

ExtractFramework.exe "c:\development\Solid Framework\SoldFramework.dll" "d:\My Files\Framework"

This will extract the support files from SolidFramework.dll sitting in c:\development\Solid Framework to the location d:\My Files\Framework.

Note: We wrapped both paths with quotes on the command line because of spaces in the folder names. If your path has spaces, you should also use quotes.