BlockView and UNC Path

Started by fred_tomke · 2007-12-05 10:13 UTC · 1 replies · SMF topic #103

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
Probably anther bug.