Hi All, I noticed that when I use the module Win32::FileOp in a GUI application (may be also not gui) in a Threads, When the threads starts, the script shows error that says :
The instruction at "0x28053f9a" referenced memory at "0x000010c0". The memory ould not be "read". Click on OK to terminate the program Click on CANCEL to debug the program and sometimes it is The memory ould not be "Written" instead of "read". I actually found that if I use the module "Win32::API" it will generate this error and of course Win32::FileOp use internally this module. The threads works fine if I remove the "use Win32::FileOp;" line but I need to use it for the File Open and Save Dialogs. Any solutions or suggestions? Thank you in advance for help Ramy