Yeah I always get nervous about upgrades. It's one of the reasons I still prefer to use Windows 7. Windows 10 does things I don't like, such as decide to reboot when I'm running a long process. But I think Fox upgrades were usually reliable.
Actually I still use VFP 6.0. I only opened the...
Yeah. The only thing more surprising to me that new languages are still being created is how complicated they make a lot of things instead of making it simple and straightforward as xBase. And I've done a lot of string manipulation programs both personally and professionally and, well to use my...
Hey Joe,
The program is basically to dedup files. I run it in a source directory structure against a target structure. It compares a file in the source against files of the same size in the target. If the contents are a match it deletes the file in the source structure and moves to the next...
Hi Woody,
I actually saw that solution and tried it but it was with ReadLine() and for some reason the comparison didn't match. But Read() seems like it's more like what I'm currently doing and could work so I changed the 2 ReadLine()s to Read(), did some tests and it worked!!!!! I just let out...
Thanks for the reply. These are video files. But I see there is a switch for binary files so I will experiment with that. I didn't know windows had a file comparison program so this seems like a good possibility.
Thanks for the reply. I considered splitting but there might be issues with that I would rather avoid.
What is VFPa? I searched for that but other things came up that are not related to this.
Hi All,
Long time VFP programmer, first time poster on this forum. I have a program that compares 2 files by opening each using fopen and reading a certain block size from each and compares them in a loop. This has been working fine for me for decades. Unfortunately I am starting to run into...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.