This is an interesting problem that I have never run into before.
I am supporting a company that has numerous applications written in FPD 2.5b. Because of licensing issues they must compile all the apps that were run using the command line FOXPROX Main.app.
This application is basically a menu system that provides the users with a list of other applications they can run based on security and their job description.
When compile to .apps this works correctly, but when I compile them to .exe's I start getting an error message that says "Feature Not Available". This occurs on any of the sub-applications whenver they do any type of memory usage. The first happened when a Copy to Array line was executed. I changed that line to load the array differently and that worked, but it then gave me the same "Feature Not Available" error when doing a Scatter Memvar Blank.
I know that in FPD 2.5 and 2.6 you could run multiple .exe's as part of an application, but I do not know if this is a WIN2K issue or other.
I know that this is not a problem with "suspend" or "set step on" or any other debugging tools.
Any Thoughts??
Robert
I am supporting a company that has numerous applications written in FPD 2.5b. Because of licensing issues they must compile all the apps that were run using the command line FOXPROX Main.app.
This application is basically a menu system that provides the users with a list of other applications they can run based on security and their job description.
When compile to .apps this works correctly, but when I compile them to .exe's I start getting an error message that says "Feature Not Available". This occurs on any of the sub-applications whenver they do any type of memory usage. The first happened when a Copy to Array line was executed. I changed that line to load the array differently and that worked, but it then gave me the same "Feature Not Available" error when doing a Scatter Memvar Blank.
I know that in FPD 2.5 and 2.6 you could run multiple .exe's as part of an application, but I do not know if this is a WIN2K issue or other.
I know that this is not a problem with "suspend" or "set step on" or any other debugging tools.
Any Thoughts??
Robert