I have been using FinalBuilder for a number of years, currently have FinalBuilder 6. It is used to compile a load of things including a large number of Delphi 7 projects, basically without problems (or at least problems that seem to be down to FinalBuilder - the usual things like forgetting to check in the right unit still cause problems).
Recently I've been occasionally seeing the following error message appear:
dcc32.exe - Application Error
The instruction at "0x7c82bc38" referenced memory at "0x051f8005". The memory could not be "read"
Click on OK to terminate the program
Click on CANCEL to debug the program
The problem project will compile fine within the Delphi 7 ide. There are no clues in the log as to what has caused the problem. My initial thought was that it was something connected to the number of hints and warnings as trying to cut down on those seemed to solve it however it has since reappeared without the number of hints and warnings significantly changing. I have also tried unticking the options in the FinalBuilder project to display the warnings and hints for the delphi items however these seem to have no effect - warnings and hints are still being displayed in the log file created (FinalBuilder is being run from the commnad line).
Does anyone have any ideas on what I could try next?
Cheers