2012-03-02 20:28 UTC
I just discovered 7.0.0.3 out there in my googling. Is this the new version being developed for R2013? If so, I haven't gotten it to work for me in R2013 (it does for 2012). Tried doing this:
which did a Repair, but _OPENDCL is still an unknown command. Any advice? (I know a new official version of ODCL is due out at FCS of R2013, but I would like to get my program ready by then.)
(setq msi (findfile "OpenDCL.Studio.ENU.7.0.0.3.msi"))
(startapp "msiexec.exe" (strcat "/i \"" msi "\""))
which did a Repair, but _OPENDCL is still an unknown command. Any advice? (I know a new official version of ODCL is due out at FCS of R2013, but I would like to get my program ready by then.)