Greetings all, I have a legacy app compiled with C6.1 (Hotfix 9034) which will crash with the above error when run in Win95 or 98 (OK in XP). There is no consistancy and the program only crashes occassionly but obviously something I would like to fix or find a work around for. Problem occurs after opening an MDI window(s) then a Process. Before the Process is run I close any open windows prior using:
Loop I#=2 to 64
post(Event:CloseDown,,I#)
end
It appears to crash at the point after the file Process Window is first opened. It also appears that I am not the only one with this type of problem. Any suggestions greatly appreciated.
Loop I#=2 to 64
post(Event:CloseDown,,I#)
end
It appears to crash at the point after the file Process Window is first opened. It also appears that I am not the only one with this type of problem. Any suggestions greatly appreciated.