Identifying the Input File
 
 
 

If your source file is in the AutoCAD support file search path, you do not have to include the path name when specifying the file name. The search path is set by choosing Tools Options from the AutoCAD menu, then clicking the Files tab and selecting Support File Search Path:

For example, if you are compiling the yinyang.lsp program file that is in the AutoCAD Sample\VisualLISP directory, and Support File Search Path is set as indicated in the previous figure, you can issue the following command to compile the program:

(vlisp-compile
'st "yinyang.lsp")

If the AutoCAD sample\visuallisp directory is not in the support file search path, you must include the entire path name when specifying the source file. For example:

(vlisp-compile
'st "c:/program files/ <AutoCAD installation directory>/sample/visuallisp/yinyang.lsp")

If you omit the file extension from a file name, VLISP assumes the .lsp extension.

When specifying the file path name, replace the backslash symbol (\) you normally use for file names with either a forward slash or a double backslash, following the usual AutoCAD convention.


500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@entercad.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.