I've been testing some XSharp lib under .net 5 and it seems like the DBFCDX driver is not working properly as it can't seek.
I've attached an example solution with bot .net4.8 and .net6 (SDK) projects, as well as a minial database.
Same .prg is being used, output from 4.8 :
Code: Select all
.Net Version : 4.0.30319.42000
X# Version : XSharp 2.14.0.4
In Bits : 32
Dialect : VO
Hello World! Today is 04/01/2023
found record ? True
Code: Select all
.Net Version : 6.0.12
X# Version : XSharp 2.14.0.4
In Bits : 64
Dialect : Core
Hello World! Today is 04/01/2023
found record ? False