Visual Basic Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Weird: slow EXPLODE when empty VBA project loaded
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
83 Views, 1 Replies
12-20-2012 06:00 AM
I Exploded polylines (for GIS use).
acvba.arx is loaded but no projects (vbaman is empty)
Time to Explode about 3 seconds.
When I open the Visual Basic Editor and closs it directly, an empty project is made (ACADProject in vbaman).
Time to Explode now: about 11 seconds ! !
After unloading ACADProject in vbaman the time to Explode is 3 seconds again.
Without acvba.arx loaded, time to Explode: directly ! ! ! (0,3 seconds) ! !
What is happening here?
xmast greetings,
Marco
AutoCAD 2013, 64b.
Re: Weird: slow EXPLODE when empty VBA project loaded
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-24-2012 06:29 AM in reply to:
mkaandorp
In 64 bit systems vba does not work properly. If A vba project loaded even it is empty, vba 64 bit server starts and that is the reason acad run commands too slow.

