Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am currently using 2 lines to set the DCL ID. One line points to the local folder and I use it when testing. The other just uses the DCL filename and is used when creating the .VLX.
;(setq dcl_id (load_dialog "C:\\MyPrograms\\MyLspFolder\\MyLsp.dcl")) ;use when testing
(setq dcl_id (load_dialog "MyLsp.dcl")) ;use when creating a VLX
The code and DCL are located on my local drive, but the .VLX is located on the network. That's why I use two different lines. I comment one out when testing or creating the .VLX.
I'm sure there a better way to do this. Is it as simple as setting trusted locations?
Solved! Go to Solution.