Wath I make incorrectly?

Discussion in 'AutoCAD' started by mask, May 13, 2004.

  1. mask

    mask Guest

    I try to execute an example in ObjectARX2002\docsamps\comsamps\AsdkSquareWrapper square.dbx and squareui.arx.
    In VBA I have connected AsdkSquareLib.dll.
    The ambassador I try to create AsdkSquareWrapper:
    My kode:
    Dim wrapper As AsdkSquareWrapper
    Dim StartPt As Variant
    Set wrapper = New AsdkSquareWrapper
    StartPt = ThisDrawing. Utility. GetPoint (, " Get point ")
    Set wrapper. CenterPoint = StartPt

    But error: Run-time error '70'
    Permission denied

    Wath I make incorrectly?
     
    mask, May 13, 2004
    #1
  2. mask

    mask Guest

    help me
     
    mask, May 14, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.