BatchPrint for 64 bit 2008
BatchPrint for 64 bit 2008
(OP)
Anyone know of a SW BatchPrint for 64 bit SW2008. The current version of SWbatchPrint doesn't seem to work. I assume it was for 32 bit. I only have the basic 2008
Thanks
Thanks
When was the last time you drove down the highway without seeing a commercial truck hauling goods?
Download nowINTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
BatchPrint for 64 bit 2008
|
RE: BatchPrint for 64 bit 2008
http://swtools.cad.de/prog_pac.htm
http://swcp3.com/dnld.asp?sw=swBatchPrint
RE: BatchPrint for 64 bit 2008
Thanks
RE: BatchPrint for 64 bit 2008
RE: BatchPrint for 64 bit 2008
My first guess is that it is an issue with the version of some of the libraries referenced in the macro. You can typically fix such errors by editing the script and replacing references to old libraries with the new ones. The references can be found by selecting Tools -> References from within the Visual Basic editor.
Eric
RE: BatchPrint for 64 bit 2008
RE: BatchPrint for 64 bit 2008
The swBatchPrint referenced here is a compiled dll add-in, not a text macro.