ChristianEhlscheid / vfp2c32

23 stars 12 forks source link

SqlLite working sample #44

Open ChristianEhlscheid opened 2 months ago

ChristianEhlscheid commented 2 months ago

sqllite.zip

jhernancanom commented 2 months ago

The test you provided (.PRG attached) run fine in x64 (with the .FLL you has provided me today).

But in x86 I got (see image):

API call caused an exception.

My scenario:

1. for 32 bits: : [run bad, see image]
    vfp2c32.fll ======== 2024-05-03 (the .CHM says v2.0.0.42)
    vfp2c.h ============ 2024-05-03 (updated today)
    sqlite3_32.dll ===== v3.46.0.0  (2024-05-23, current)
    msvcr71.dll ======== 2021-05-04

3. for 64 bits: [run ok]
    sqlite3_64.dll ===== v3.46.0.0  (2024-05-23, current)
    vfp2c64.fll ======== 2024-07-16 (updated today) (maybe v2.0.0.42)

2024-07-16-SQLite_Test.zip image image