I have a program that works fine in fast compile but won't work in debug compile. In fast, all menu items for my dialog box work fine. In debug, the exit function, etc work fine but the 'File Open' option leads to a grayed out box and unresponsive program.
How can I get this to work in debug?
Line of syntax is: I = winio@ ('%mn[&File[&Open]]&', 'file_openr', File_Name, Disp_Name)
Thanks, Clay
Clarification of my jargon: Fast Compile == FTN95/WINDOWS/BINARY Debug Compile == FTN95/windows/FULL_DEBUG/UNDEF/BINARY