¡Thanks for your answers!
¡I will try it with the SQLite WinCE port!

Let me explain the situation...


I'm creating a new application for pocket pc. 
This application read a sqlite database and generates various xml files.

I used CppSQLite - C++ Wrapper for SQLite by Rob Groves.
(http://www.codeproject.com/database/CppSQLite.asp#xx904039xx)

I want create to versions of this application:
        - For PC Standard Version: (with Visual Studio 6.0 & SQLite 2.8.15)
         Using ActiveSync the xml files are copied in the Pocket PC.
        - For Pocket PC:  (with eMbedded Visual C++ 4.0)
        Those xml files are generated directly by the Pocket PC.

I finished the first version perfectly. I thought: "All is standard C
Code... There will be no problem using it with eMbedded Visual on the second
version"

I try creating the lib file with the next command:
lib /def:sqlite.def /machine:arm
And there's no problem.

********************************************************************
When I Compile in eMbedded Visual C++ 4.0 there's no problem:

Deleting intermediate files and output files for project 'proyecto1 - Win32
(WCE ARMV4) Release'.
--------------------Configuration: proyecto1 - Win32 (WCE ARMV4)
Release--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CppSQLite.cpp
Compiling...
proyecto1.cpp
Linking...
Creating library ARMV4Rel/proyecto1.lib and object ARMV4Rel/proyecto1.exp

proyecto1.exe - 0 error(s), 0 warning(s)
Downloading files
Checking remote file: \proyecto1.exe.
Downloading file c:\archivos de
programa\...\proyecto1\armv4rel\proyecto1.exe.
Finished downloading.

But when I execute the program in my Pocket PC show me the next message:
'proyecto1' is not a valid application for Pocket PC
********************************************************************

¡Argh! ¿¡proyecto1 is not a valid application for Pocket PC!?

¡¡¡I will try it with the SQLite WinCE port!!!

Special thanks to:
Steve Frierdich
Mateusz Loskot 
Mel Stober
& Noël


Aaron Planell López
 
Principal:            [EMAIL PROTECTED]
Trabajo:            [EMAIL PROTECTED]
Facultad:           [EMAIL PROTECTED]
Proyecto:          [EMAIL PROTECTED]
Messenger:        [EMAIL PROTECTED]
GMail:               [EMAIL PROTECTED]
 
 



Reply via email to