Does anyone have WinCE sqlite version 3.0.7 source that has fixes and has been tested on WinCE and works available for download? I downloaded some WinCE source from a website but there were bugs in it when I compiled the source code. The bugs were minor and simple to fix, but they were bugs that one would never expect to appear such as:
Expected constants not defined, illegal zero size array.
C:\EMIRSS\Software\SQLite\SQLite3_0_7Wince\src\shell.c(230) : error C2065: 'FILENAME_MAX' : undeclared identifier
C:\EMIRSS\Software\SQLite\SQLite3_0_7Wince\src\shell.c(230) : error C2057: expected constant expression
C:\EMIRSS\Software\SQLite\SQLite3_0_7Wince\src\shell.c(231) : error C2229: struct 'callback_data' has an illegal zero-sized array


Just wondering if anyone has updated source code for WinCE sqlite version 3.0.7 source that has fixes and available for download?

I like to thanks everyone for his or her input. I belong to about 5 news groups, and read hundreds of emails every day from all five newsgroups, and sqlite has the most rapid response and informative emails.

Steve Frierdich


Nuno Lucas wrote:

Stober, Mel, dando pulos de alegria, escreveu :

I created an MFC for WinCE version of shell.c to make it easier to enter
text and see error messages. The problem I have is that insert SQL
statement doesn't seem to work. Using the examples from here: http://bs2000.fujitsu-siemens.com/download/Goodies/SMAWPlus/SMAWPsqli/html/s


qlite.1.html it doesn't like the exalamation point inside quoted strings.


I advise you to check your code as the example is pretty common.

As an aside, Paul Sokolovsky succeeded in porting TCL 8.4.6 into an iPaq
4150, using an arm-wince-gcc port.

With that it achieved running the full test suite on sqlite 2.8.13 and
all relevant single-threaded tests passed.

I'm very grateful to him as I'm more confident now on the status of the
port :)

This unfortunely doesn't apply to 3.0.x, but I think it's a good sign :)

Best regards,
~Nuno Lucas




Reply via email to