• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Visual Basic Customization

    Reply
    Active Contributor
    Posts: 42
    Registered: ‎02-03-2010

    Weird: slow EXPLODE when empty VBA project loaded

    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.

     

    Please use plain text.
    Distinguished Contributor
    truss_85
    Posts: 131
    Registered: ‎02-13-2011

    Re: Weird: slow EXPLODE when empty VBA project loaded

    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.

    Please use plain text.