Hi,
I'm using a licensed version of FTN95 (4.6.0.0) with Windows 2000 Professional (office PC) and Windows XP (home laptop), respectively. In both environments, the following problem occurs.
I'm using a couple of '%ls' commands in several places to display some data for the user to choose from. However, in many of these drop down boxes, there appears only a bunch of random data strings, probably taken from some abitrary memory locations. I should add that I'm in the middle of a major program change, so the program hasn't been compiled in a long time, and that some of these boxes worked fine before the change, which opens up a variety of possible causes for the problem.
In the current version, I have found that for very simple cases, such as using static data fields and hard-coded size descriptors, it works fine. However, as soon as I try to make anything about it dynamic, even if it's only a variable giving the size of the displayed array, the mentioned problem appears.
I'm having problems putting my finger on just what exactly I did differently when it worked. But I will continue to look for differences in working and non-working versions of the situation.
My question now is if anyone has experienced something like that before and can point me in a direction that I might have missed.
On another note, I'm experiencing a similar problem with the '%rs' command: Even though the string is initialized, the 'text field' is actually just a see-through area that displays whatever was visible at that location in the most recently opened other view (such as the desktop or browser). This problem I have just experience today on the mentioned work PC (with Win 2000 Pro), but I assume it's going to be the same on my home laptop.
I just mention this here because these two problems seem similar enough that they might be connected.
Thank you. Rainer