exporting vlx functions and pragma

Discussion in 'AutoCAD' started by Jason Piercey, Nov 27, 2004.

  1. When compiling to a separate name space, what is the
    trick to having your exported functions protected?

    (pragma '((protect-assign < myFunction >)))

    (vl-doc-export < myFunction >)

    Doesn't seem to work

    Bascially I would like my exported functions to turn blue
    in the vlide after my .vlx has been loaded.
     
    Jason Piercey, Nov 27, 2004
    #1
  2. Let me rephrase the question.

    Is it possible to protect exported functions in
    the document namespace from within the vlx?
     
    Jason Piercey, Nov 29, 2004
    #2
  3. Hi Luis,

    Are you saying there is no way to have the exported
    functions protected in the document namespace from
    within the .vlx? This can be done only if it is an .arx?


    Thanks for the response.
     
    Jason Piercey, Nov 29, 2004
    #3
  4. Ok, thanks. I was hoping I could do it all from
    within the vlx and not have the extra baggage
    of additional files.

    --
    Autodesk Discussion Group Facilitator



     
    Jason Piercey, Nov 29, 2004
    #4
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.