The source files in a project can be used to build an application file.
Note: The Visual LISP IDE is available on Windows only.
- In Visual LISP, click File Make Application New Application Wizard.
- In the Make Application wizard, on the Wizard Mode page, click Expert. Click Next.
- On the Application Directory page, Application Location, click Browse and specify a location for the application file and application make file.
- In the Application Name box, enter a name for the application and application make files. Click Next.
- On the Application Options page, select the application options you want to use when building the application. Click Next.
- On the LISP Files to Include page, click the Program Files Type drop-down list and select Visual LISP Project Files. Click Add and specify the project file to add, and then click Open.
- Add additional files to the application as needed. Click Next.
Reorder the files in the list using the Top, Bottom, Up, and Down buttons. Select a file from the list and click Remove to remove it from the application.
- On the Resource Files to Include page, click the Resource Files Type drop-down list and select the type of files you want to add. Click Add and specify the resource file to add, and then click Open.
- Add additional files to the application as needed. Click Next.
Select a file from the list and click Remove to remove it from the application.
- On the Application Compilation Options page, select Standard or Optimize and Link. Click Next.
- On the Review Selections/Build Application page, click Finish.
Clear the Build Application option if you do not want to build the application now. Based on your choice, the application make (PRV) file is saved and the application (VLX) file is built.
Example
- In Visual LISP, click File Make Application New Application Wizard.
- In the Make Application wizard, on the Wizard Mode page, click Expert. Click Next.
- On the Application Directory page, Application Location, click Browse. In the Browse for Folder dialog box, select Desktop (or specify a different location for the application file and application make file). Click OK.
- In the Application Name box, enter GardenPath. Click Next.
- On the Application Options page, click Next.
- In the LISP Files to Include dialog box, click the Resource Files Type drop-down list and select Visual LISP Project. Click Add.
- In the Add LISP Source Files dialog box, browse to the <AutoCAD Install>\Tutorial\VisualLISP\Lesson5 folder. Select gpath5.prj and click Open. Click Next.
- On the Resource Files to Include page, click Next.
- On the Application Compilation Options page, click Next.
- On the Review Selections/Build Application page, click Finish.