vasco_rou Posted December 3, 2010 Posted December 3, 2010 Hello I'm having a problem recording data XDATA, is there any way to change 16kb of space available for recording. How to use the command (gc) or another command to reassign the areas of memory, and this possible? Thanks Quote
David Bethel Posted December 3, 2010 Posted December 3, 2010 The 16kb limit is still there as far as I know. But I've never run into a need for anywhere near that much XDATA! I don't believe (gc) and (vmon) are not applicable any more either. -David Quote
JohnM Posted December 3, 2010 Posted December 3, 2010 Look into XRECORD. There is no size limit there. You just have to associate the object to the xrecord. I had to do this awhile back. I tried to used xdata but my data was to large then I went to using xrecord with reactors then I finally just created a database file that would be called to retrieve the data so my drawing file would not get to big. It all depends on what you are trying to accomplish. Quote
vasco_rou Posted December 3, 2010 Author Posted December 3, 2010 Johnm XData befitting using 1005 to link and integrate handles multiple files to AutoCAD own updates hanlde recorded, this also happens using XRECORD? 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.