I have an application that I wrote in Delphi 3 Standard and it has a form which I show in Modal that has a cancel button, exit button, an edit box where all the files that are being processed are displayed, and a status bar.
This works fine in Delphi 3 Standard but not with Delphi 7 Enterprise. I know it has something to do with the disk IO, like when it is searching for folders and files. Only after this process is finished does the form show.
The About form is being displayed as ShowModal so I know it isn't this. I have tried adding Application.ProcessMessages everywhere, especially in between the FindNext and FindFirst procedures/functions to try and find the problem but no luck.
This works fine in Delphi 3 Standard but not with Delphi 7 Enterprise. I know it has something to do with the disk IO, like when it is searching for folders and files. Only after this process is finished does the form show.
The About form is being displayed as ShowModal so I know it isn't this. I have tried adding Application.ProcessMessages everywhere, especially in between the FindNext and FindFirst procedures/functions to try and find the problem but no luck.