Greetings and Salutations
<EDIT There are some problems with this I will advise against downloading this I am working on a fix >
The file I have attached is my attempt to fix the OpenFileDialog error on Win 7.
Requirements are Vista or Newer.
Powershell V2 is what is installed in Win 7 don't know if version 1.0 works
Merge the Get-FileDlg.ps1 into your Powershell profile
The Get-FileDlg.ps1 file contains a couple of functions that opens a fileOpen dialog box and
putting the file name into/onto the clipboard.
I have modified the Delphi Source code in miLoadClick to check if Vista or better and PowerShell is installed.
If either one fails it should fallback to the old behavior of crashing in 5-10 minutes.
In my limited testing I have avoided the crash.
WARNING I consider this an alpha test so please don't use this on a game you might want to win.
<Edit Removed attached file>
I haven't uploaded any changes to the SVN server yet I want to see if this fix will work.
If there is any interest in the changes I have made and any improvements <PLEASE PLEASE>
I will gladly upload it and try to implement any improvements.
Flames and suggestions on where to put my code are welcome.