James K. Lowden wrote:
> On Thu, 22 Oct 2015 15:23:38 +0200
> "Marco Turco" <m.turco at softwarexp.co.uk> wrote:
>> The problem is when I link the generated library. I receive the
>> following error related to the first two warnings so I'm unable to
>> generate the executable file.
>
> You've solved the problem by compiling for a single-threaded
> environment.

No; the single-threaded environment is the problem.

>> Warning W8065 K:\sqlite_see_2013\sqlite3.c 23909: Call to function
>> '_endthreadex' with no prototype in function sqlite3ThreadProc
>
> That indicates you're notincluding the .h file that declares the
> _endthreadex function.

_endthreadex is declared in process.h, which SQLite includes.
However, that header takes care to omit this declaration when
compiling in single-threaded mode.


Regards,
Clemens

Reply via email to