Re: Problems with 4.1

new topic     » goto parent     » topic index » view thread      » older message » newer message

Thank you jd,

I was not aware this syntax was allowed. I tried both with a valid sqlite3 DLL and a verified path and it works!

include std/dll.e 
include std/console.e 
 
atom sqlite3_dll 
 
sqlite3_dll = open_dll("C:\\Users\\User\\Downloads\\sqlite3.dll")  
? sqlite3_dll 
 
sqlite3_dll = open_dll(`C:\Users\User\Downloads\sqlite3.dll`)  
? sqlite3_dll 
 
maybe_any_key() 

1642070016 
1642070016 
Press Any Key to continue... 

So either your DLL is corrupt or not adapted to your architecture (32-bit or 64-bit) or its path is not correct.

Jean-Marc

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu