Help with 2004...

Discussion in 'AutoCAD' started by Devin, Aug 11, 2003.

  1. Devin

    Devin Guest

    I have the following as a *.mnl file for autocad 2004 and it doesn't work or
    load at all. Does anybody know what's wrong?

    I know that I need to upgrade the doslib and objectdcl to 2004 versions.

    Thanks,

    Devin

    ;;**************************************************************************
    ;;* *
    ;;* Wintsch Menu Loads and Lisp Routines *
    ;;* *
    ;;**************************************************************************

    (if
    (not (member "OBJECTDCL.ARX" (mapcar 'strcase (arx))))
    (arxload "n:\\wintsch\\autolisp\\objectdcl.arx" "ObjectDCL.arx not
    found.")
    )
    (if
    (not (member "DOSLIB2K.ARX" (mapcar 'strcase (arx))))
    (arxload "n:\\wintsch\\autolisp\\doslib2k.arx" "doslib2k.arx not found.")
    )
    (if
    (not (member "WINTSCH.VLX" (mapcar 'strcase (dos_lisplist))))
    (load "n:\\wintsch\\autolisp\\wintsch.vlx")
    )
    (if
    (not (member "CHTEXT.LSP" (mapcar 'strcase (dos_lisplist))))
    (load "n:\\wintsch\\autolisp\\chtext.lsp")
    )
     
    Devin, Aug 11, 2003
    #1
  2. Devin

    Devin Guest

    Figured it out. I had to recompile my stuff with the newer version of
    vlide.

    Thanks,

    Devin
     
    Devin, Aug 11, 2003
    #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.