I don't even have to post the implementation -- the interface declaration should be enough to give you the gist of things:
I don't even have to post the implementation -- the interface declaration should be enough to give you the gist of things:
function LoadGlobalMemoryTables (LookupUtility : boolean; var sErrors : AnsiString): boolean;
I mean, just the name should send shivers down your spine. ;-)
function LoadGlobalMemoryTables (LookupUtility : boolean; var sErrors : AnsiString): boolean;
I mean, just the name should send shivers down your spine. ;-)
It worked (the shivers).
ReplyDeleteLOL!
ReplyDeleteDon't get me started...
Wow! Just what my app needs! NOT!
ReplyDeleteA seasoned COBOL programmer can write a COBOL program in any language. ;-)
ReplyDeleteOndrej Kelle I heard the same for FORTRAN :)
ReplyDeleteSimon Stuart What kind of errors do you expect ? :)
ReplyDeleteLooking at that method signature my first question is "what exceptions does it throw?". I just know that anything returning boolean and an error string is going to let a bunch of exceptions escape, unless it does a catch-all at the top level and returns the Exception.Message. I dunno which is worse.
ReplyDelete