satishrajdev Posted September 6, 2013 Share Posted September 6, 2013 Hi, I just replaced my Autocad 2007 by Autocad 2014 in my Windows XP. and found a error in Vlisp Editor which as follow, while previewing dcl file following error alerts are coming.... Please guide me through this.... and provide a solution Thanks a lot........ Quote Link to comment Share on other sites More sharing options...
ur_naz Posted September 6, 2013 Share Posted September 6, 2013 Simply remove this string. It is for debug only. You should also clear $vld$.dcl Quote Link to comment Share on other sites More sharing options...
Tharwat Posted September 6, 2013 Share Posted September 6, 2013 There is a line of code at the beginning of your lisp file including dcl_settings which brings this error , so just fix it or comment it with semicolon . Quote Link to comment Share on other sites More sharing options...
satishrajdev Posted September 7, 2013 Author Share Posted September 7, 2013 @Tharwat........... my lisp don't have code dcl_settings at the beginning. "C:\Program Files\Autodesk\AutoCAD 2014\$vld$.dcl....." generates the code automatically followed by my code..... see the images.... and from $vld$.dcl the error is coming i guess..... please provide a solution for it..... Quote Link to comment Share on other sites More sharing options...
Tharwat Posted September 7, 2013 Share Posted September 7, 2013 You may need to post the dcl codes to check them out at the moment . Quote Link to comment Share on other sites More sharing options...
satishrajdev Posted September 7, 2013 Author Share Posted September 7, 2013 yipeeeee....... problem is sorted out...... went as per below given direction..... [color="blue"]Command: *Cancel* Command: (load_dialog "geop") 6[/color] after that DCL are getting handled appropriately.....:) Quote Link to comment Share on other sites More sharing options...
Tharwat Posted September 7, 2013 Share Posted September 7, 2013 You already have the dcl_settings at the top of the txt file as I can see in your image . Is it automatically generated or you did add them ? Quote Link to comment Share on other sites More sharing options...
satishrajdev Posted September 7, 2013 Author Share Posted September 7, 2013 It's generates automatically..... Quote Link to comment Share on other sites More sharing options...
Tharwat Posted September 7, 2013 Share Posted September 7, 2013 Okay , one more question , Are you using the function vl-filename-mktemp or you have the dcl file in the support folder and calling it from the lisp file ? Quote Link to comment Share on other sites More sharing options...
satishrajdev Posted September 7, 2013 Author Share Posted September 7, 2013 I have a DCL file in Support path.... calling it from lisp. it was working fine in Autocad 2007. but when i replaced it by Autocad 2014.... it was giving above error.... Thanks a lot Tharwat for your interest Quote Link to comment Share on other sites More sharing options...
wimal Posted September 8, 2013 Share Posted September 8, 2013 Same problem happened to me also. in some p.c.s with cad 2010 with XP, after that some EXPRESS tools also not working. and I could do nothing. But same programmers running cad 2010 with windows 7 or cad 2006 with xp Quote Link to comment Share on other sites More sharing options...
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.