AutoCAD Map 3D Developer
Welcome to Autodesk’s AutoCAD Map 3D Developer Forums. Share your knowledge, ask questions, and explore popular AutoCAD Map 3D Developer topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem with Query - x64VBAServer has stopped working

2 REPLIES 2
Reply
Message 1 of 3
kaarigar
1264 Views, 2 Replies

Problem with Query - x64VBAServer has stopped working

Environment: AutoCAD Map 3D 2011 + Update 2 , Windows 7 Ultimate 64bit, 64bit VBA

 

The VBA crashes when I attempt the following in order to query from an attached drawing. The error I get is: x64VBAServer has stopped working. The error happens at the code as commented below. Can anyone tell me what should be done to avoid it?

 

Sub DoQuery()
    Dim pMap As AcadMap
    Set pMap = ThisDrawing.Application.GetInterfaceObject("Autocadmap.application")
    
    Dim pProj As Project
    Set pProj = pMap.Projects.Item(0)
    
    'Dim pDrgSet As DrawingSet
    'Set pDrgSet = pProj.DrawingSet
    Dim pAttDwg As AttachedDrawing
    Set pAttDwg = pProj.DrawingSet.Add("C:\\Temp\\Ceometric.dwg")
    
    Dim pQry As Query
    Set pQry = pProj.CurrQuery
    
    pQry.Clear
    
    'Main Query Branch
    Dim pMainQryBranch As QueryBranch
    Set pMainQryBranch = pQry.QueryBranch
    
    'Query Leaf to hold a location query
    Dim pQryLeaf As QueryLeaf
    
    Set pQryLeaf = pMainQryBranch.Add(kAllBoundary, kOperatorAnd) '<<ERROR HAPPENS HERE
    
    'Define the query
    Debug.Print "Query Define: " & pQry.Define(pMainQryBranch)
    
    'Execute the query
    pQry.Execute
        
    
End Sub

Tags (1)
2 REPLIES 2
Message 2 of 3
kaarigar
in reply to: kaarigar

Anyone, please?

Message 3 of 3
NwilsonUT
in reply to: kaarigar

I'm experiencing the exact same thing when I'm trying to assign a queryleaf to the root branch. Anyone know how to fix this? It works fine in AutoCAD Map 2011 32 bit but in AutoCAD Map 2011 64 bit, it does not work.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost