Pelles C forum

Pelles C => General discussions => Topic started by: ander_cc on May 02, 2026, 06:03:06 AM

Title: Legacy header files
Post by: ander_cc on May 02, 2026, 06:03:06 AM
There are two header files in folder "Include/win/winsqlite/": winsqlite3.h and winsqlite3ext.h.
But no related .lib files are included in folder "Lib".
Is this a deprecated feature?
Title: Re: Legacy header files
Post by: John Z on May 02, 2026, 10:35:03 AM
Hi ander_cc,

There are two windows system dll's that might help -

C:\windows\system32\winsqlite3.dll
and
C:\windows\SysWOW64\winsqlite3.dll

John Z
Title: Re: Legacy header files
Post by: TimoVJL on May 02, 2026, 11:42:25 AM
winsqlite3.dll is available since Windows 10 ?
Title: Re: Legacy header files
Post by: ander_cc on May 02, 2026, 03:48:47 PM
Quote from: John Z on Today at 10:35:03 AMHi ander_cc,

There are two windows system dll's that might help -

C:\windows\system32\winsqlite3.dll
and
C:\windows\SysWOW64\winsqlite3.dll

John Z
I see, thank you very much! I find the dll.