Re: [Lazarus] File not found.

2012-04-14 Thread Mattias Gaertner
On Sat, 14 Apr 2012 00:59:05 +0200 Dave Coventry wrote: > Hi, > > I have a unit called extractdwg.pas which contains the following code. > > ~~ 8< ~ > unit extractdwg; > > interface > > uses > Classes, Forms, SysUtils,Dialogs, > dwgsFunctions,dwgglobals

Re: [Lazarus] File not found.

2012-04-13 Thread Dave Coventry
hing at all? > > -- > View this message in context: > http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-File-not-found-tp3909198p3909550.html > Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. > > -- > _

Re: [Lazarus] File not found.

2012-04-13 Thread leledumbo
ElnOutError due to file not found should print out the filename. Is it "/home/dave/Documents/ACAD/4m2.dwg" or "" or even nothing at all? -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-File-not-found-tp3909198p3909550.html Sent

[Lazarus] File not found.

2012-04-13 Thread Dave Coventry
Hi, I have a unit called extractdwg.pas which contains the following code. ~~ 8< ~ unit extractdwg; interface uses Classes, Forms, SysUtils,Dialogs, dwgsFunctions,dwgglobals, Controls; procedure StartExtract(DWGFilename: string); var BinFile: file