↧
Techniques and tools for debugging problems on remote machines?
Users have been reporting problems/crashes/bugs that I can’t reproduce on my machine. I’m finding these problems difficult to fix. I’ve started using EurekaLog (fantastic!) and SmartInspect. Both these...
View ArticleSystem Error. Code: 8. Not enough storage is available to process this command
We have a few Win32 applications (coded in Delphi 2006) where sometimes the user gets an error message saying “System Error. Code: 8. Not enough storage is available to process this command.”. From the...
View ArticleWhat is the fastest way to Parse a line in Delphi?
I have a huge file that I must parse line by line. Speed is of the essence. Example of a line: Token-1 Here-is-the-Next-Token Last-Token-on-Line ^ ^ Current Position Position after GetToken GetToken...
View Article