Hi Pelles:
PellesC makes use of an older version of Sqlite internally
so you are familiar with the software. From version 3.3.16
onward, the preprocessed source for Sqlite has been
merged into a single large C program. I have compiled an
earlier version, 3.3.12, using the multiple source files
available at that time.
The only Project - Project Options change after choosiing
the Console DLL project creation is to turn on
char type is unsigned
My attempt to compile the 3.3.16 source to create the DLL
failed due to a timeout after 300 seconds. This has been
reported to the Sqlite forum, followed by a request that
the multiple source file version be distributed again.
Here is Dr. Hipp's response:
I consider this to be a bug in Pelles C. It refuses to compile
a valid ANSI C program. On the other hand, this is the first
argument in favor of separate source files that makes sense to
me.
--
D. Richard Hipp <drh@hwaci.com>
Perhaps you could take a look at this problem to see if it can
be resolved easily or not.
Regards,
Chris Peachment
PS: the Project - Stop Rebuild menu option does not appear
to do what it is supposed to do during the long wait before
the timeout error.