I have a VS2008 WEC7 project, that I then add a sub project to that is a
basic Hello World type program. Put another way, I have the WEC7 OS with
a WEC7 program that put's hello world on the WEC7 console. This works
correctly. Then I add the SQLite3.c and SQLite3.h to the project and
include SQLite3.h into the Hello World project. This is where I get the
errors.

I am using the "sqlite-amalgamation-3071400" and working with the files
directly. I have not modified the contents of the .c file other than the
"#define SQLITE_OS_WINCE 1" to force WINCE as the OS.

I have also unseccefully added a few other lines of code that I have
found on the web, but these are from a number of years ago, and the
following link 
http://www.sqlite.org/cvstrac/tktview?tn=2945

I don't see a make file in the zip file with the amalgamation. 

The SDK that is being used with WEC7 is the TI SDK for our processor,
AM3517.

Thanks!

Caleb Austin


-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin
Sent: Tuesday, October 09, 2012 10:53 PM
To: 'General Discussion of SQLite Database'
Subject: Re: [sqlite] Building SQLite on Windows Embedded Compact
7(WEC7)


Caleb A. Austin wrote:
> 
> I am using SQLITE_OS_WINCE as defined:
> 
> #if defined(_WIN32_WCE)
> # define SQLITE_OS_WINCE 1
> #else
> # define SQLITE_OS_WINCE 0
> #endif
> 

Is a special SDK being used for Windows Embedded Compact 7?

What other defines are you using?  Are you using the Makefile.msc in the
source tree to build or some other mechanism?

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
##################################################################################
CONFIDENTIALITY NOTICE: This email and any files transmitted with it are 
confidential and intended
solely for the use of the individual or entity to whom they are addressed. It 
may contain confidential,
privileged, and/or proprietary information. Any review, dissemination, 
distribution, copying, printing,
or other use of this email by persons or entities other than the addressee and 
his/her authorized agent
is prohibited. 

If you have received this email in error please notify the originator of the 
message and delete the
material from your computer.
##################################################################################
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to