Hello,
We're moving PB 2017 application from WIN7 to WIN10. One of the processes in that app is to process files in a given directory/folder. Currently on WIN7 we use 'FindFirstFileA' WIN API to start the processing which works....returned value/handle is > 0.
However when I try running app on WIN10 box, the 'FindFirstFileA' returns value of -1.
I'm stuck here and all of our PB apps need to be moved off of WIN7 to WIN10 right after beginning of 2020. If anyone could shed some light on this for me or provide suggestion that would be much appreciated!!!!
Thanks, Dave