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
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.
No comments:
Post a Comment