OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on December 05, 2007, 02:13:29 AM

Title: BlockView and UNC Path
Post by: Fred Tomke on December 05, 2007, 02:13:29 AM
Hello,

does anybody have success showing an external DWG-file in a blockview using an unc-path?

(setq strFile "\\\\Kep-digital-s\\Software\\Projekte\\Test\\Planung\\MyDrawing.dwg")
(dcl_BlockView_LoadDwg blockviewcontrol strFile intViewMode 1.0)

The drawing exists (findfile returns a correct value). OpenDCL 4.1.2.0 returns a message "Could not load a drawing file: /Kep-digital-s/Software/Projekte/Test/Planung/MyDrawing.dwg".

It's interesting that the first backslash has been lost. I wanna be sure before adding a bug report.

Greetings
Fred
Title: Re: BlockView and UNC Path
Post by: BazzaCAD on December 05, 2007, 09:58:29 AM
Probably anther bug.