How to autoload a .dvb file
in Other
How do I autoload a .dvb file?I have a VBA application which I want to keep separate from the default VBA code. I can load it manually using the VBALOAD command, but if I try to add "(-vbaload "test.dvb")" to on_start.lsp it just gives an error "error : no function definition <-VBALOAD> at [EVAL]". "
0
Comments
-
the correct LISP syntax is:(command "-vbaload" "test.dvb")
0 -
Thanks Stephen, that's what I needed.
0 -
Hello, All,maybe another idea ...(vl-load-com) ; not nessecary in Bcad, but better for compatibility(vla-loaddvb "file.dvb")
0 -
Thanks Torsten, I'll try that too.
0
This discussion has been closed.