FW: [odb-users] support for Windows RT

Valentina Rozov valentina.r at wrnty.com
Mon Jul 15 08:05:20 EDT 2013


Hi
I have to do a couple of additional changes:
- Added sqlite3_unlock_notify to sqlite3.def
- in fts3tokConnectMethod() initiated *pTab to NULL in the beginning (not sure if it's enough for the runtime).

Could build the project, will continue the investigation of the library.

Thanks a lot!

Valentina 

-----Original Message-----
From: Boris Kolpackov [mailto:boris at codesynthesis.com] 
Sent: Monday, July 15, 2013 1:48 PM
To: Valentina Rozov
Cc: odb-users at codesynthesis.com
Subject: Re: FW: [odb-users] support for Windows RT

Hi Valentina,

Valentina Rozov <valentina.r at wrnty.com> writes:

> d:\dev\cpi_ver_1.00\thirdparty\odb\libodb\libodb-2.2.3\odb\details\
> win32\mutex.ixx(19): error C3861: 'InitializeCriticalSection': 
> identifier not found 
> (V:\ThirdParty\odb\libodb\libodb-2.2.3\odb\details\win32\thread.cxx)

You just need to remove all the files related to threading support (such as threads.cxx, mutex.cxx, etc) from your project. In fact, you need to remove all the files found under the details/win32/ directory except for exceptions.cxx.

Let us know how it goes.

Boris



More information about the odb-users mailing list