Hello. I have run into a problem which i cannot resolve.
I have built a little test sf6 project which i can send to anyone wanting to see it. This runs fine on Windows 98, but will not run on Windows XP Pro.
I am trying to do various file operations in which all fail on XP pro. Counting lines in a text file, reading a line in a text file, even reading the entire file into a variable all fail. Counting lines allways returns 1 even if there are more than one line. Reading a line beyond 0 will fail, and reading the entire file returns only a small amount of high ascii garbage.
As i said, Win 98 does this just fine. This only seems to fail on XP pro.
Maybe i have found a bug here of some kind. Would someone at IndigoRose try this out and see if you can reproduce this problem.
Thanks.
I have built a little test sf6 project which i can send to anyone wanting to see it. This runs fine on Windows 98, but will not run on Windows XP Pro.
I am trying to do various file operations in which all fail on XP pro. Counting lines in a text file, reading a line in a text file, even reading the entire file into a variable all fail. Counting lines allways returns 1 even if there are more than one line. Reading a line beyond 0 will fail, and reading the entire file returns only a small amount of high ascii garbage.
As i said, Win 98 does this just fine. This only seems to fail on XP pro.
Maybe i have found a bug here of some kind. Would someone at IndigoRose try this out and see if you can reproduce this problem.
Thanks.
Comment