Jump to content

MikeM

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. MikeM

    Fatal Error F2039 - Could not create output file

    I had the problem myself. I just got Delphi 11.3 yesterday, so I am quite unfamiliar with it, but I found the problem, and it was my own stupidity that caused it. I was the OnShow event for the main form running an ADOQuery and was putting the result (a single field) into a TComboBox. Like a complete rookie, I opened the query and had to keep populating the ComboBox until end of file. The really stupid thing I did not do was to have the query go to the next record, so it was in an infinite loop. When I discovered my mistake I slapped myself in the forehead and fixed the problem. Application compiles now and is visible and everything works well. So, it might be good to check the OnShow or some of the other events to make sure there is not an infinite loop.
×