Ahankhah Posted July 30, 2010 Posted July 30, 2010 Hello every body, Recently, I discovered a treasure . It's OpenDCL Studio . But to use its abilities in making dialogs, obviously the programmer must install the program (i.e. OpenDCL) in advance. Is there any way to make dialog(s) by OpenDCL, write associated program in AutoLISP, then convert it to VLX or Fas format, then simply load the autolisp program in another computer without installing OpenDCL? I mean using some ARX or Dll programs to do the initialization of OPENDCL command ? Mehrdad Ahankhah Quote
ReMark Posted July 30, 2010 Posted July 30, 2010 What would be the benefit of going through all that just to avoid installing OpenDCL? Quote
MSasu Posted July 30, 2010 Posted July 30, 2010 You can do that by installing only the OpenDCL runtime. But I think that you will have hard-time building and testing your interfaces… I don’t understand why you want to avoid installing it if intend to use his features – I remember that is a freeware. Regards, Quote
Ahankhah Posted July 30, 2010 Author Posted July 30, 2010 ReMark When you are programming for a simple user, perhaps it is necessary to do all the things (i.e. installing, copying files, etc.) by yourself and automatically. Mehrdad Quote
Ahankhah Posted July 30, 2010 Author Posted July 30, 2010 msasu thank you for your offer, I will use OpenDCL runtime. I explained my reason for not installing OpenDCL Studio in my previous treat replying to ReMark. Mehrdad Quote
alanjt Posted July 30, 2010 Posted July 30, 2010 Use the runtime (very easy) or go put the appropriate files on the network and load them from your startup file. Personally, I just have a check in the startup file that looks to see if each user has the runtime installed, if not, then it installs it for them. All they have to do is click OK and it's done. Quote
Ahankhah Posted July 30, 2010 Author Posted July 30, 2010 alanjt thank you very much. Mehrdad Ahankhah Quote
Lee Mac Posted July 30, 2010 Posted July 30, 2010 It is also possible perhaps to download the necessary files from the internet through Visual LISP and run them - only a concept, but I would agree with the guys above. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.