Re: Log file name
johnfaris wrote:
> I have a windows service that uses a DLL called
> MasterImportProcessor.dll. For some reason the logfile produced by
> EurekaLog has the name MASTER~1.elf. Any ideas why the filename is
> getting truncated in this way? It is strange because it seems to be
> using DOS (8 character) filenames, but other dlls apps I use have more
> than 8 character names and get given a proper log file name.
I've seen a similar thing to happen with my own logging, when used from
a COM server, instantiated by a client. Application.ExeName (equals to
ParamStr(0) in Delphi) contains the short name in this case (an my log
name generated from that also), but if I launch the app manually,
Application.ExeName (and the log name) contains the long name...
|