Problem with vlx (dvb)

Discussion in 'AutoCAD' started by goran.plavac, Mar 30, 2008.

  1. goran.plavac

    goran.plavac Guest

    In my project i have lsp and dvb file.
    Lsp file:
    (defun c:myFunc_1()
    ....
    );defun
    (defun c:myFunc_2()
    ....
    );defun

    In dvb file:

    Sub myProcedure_1()
    ;general procedure - select entities and change color; for example
    End Sub
    Sub myProcedure_2()
    frmUserInput.Show
    ; in frmUserImput user select file and ......
    End Sub

    When I compile those files in vlx file, I can call myFunc_1, myFunc_2,
    but I don't know how to call
    mxProcedure_1 and myProcedure_2.

    If I use dvb file vithout compiling (names are different):

    (vl-vbaload "C:\Program Files\Autodesk\Lispovi\Import.dvb!
    import.txt_in")
    (vl-vbarun "C:\Program Files\Autodesk\Lispovi\Import.dvb!
    import.txt_in")


    Is it possible to call myProcedure_1 (myProcedure_2) fom vlx
    file(files)?
     
    goran.plavac, Mar 30, 2008
    #1
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.