$100 bounty for help with Windows Service code

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Sun Aug 17 17:07:44 PDT 2014


On Sun, 17 Aug 2014 23:56:54 +0000
Tyler Jensen via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

try to catch and process exceptions where they may arose. any file
operation can throw exception (yes, even innocent-looking writeln(),
let alone 'auto fl = File("...")').

also, you don't need to manually close the file, it will be
automatically closed when file variable goes out of scope.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140818/9398cb44/attachment.sig>


More information about the Digitalmars-d mailing list