You can quiet those warnings in the project properties.

In the project's property pages, under C/C++ - Advanced, there's a Disable
Specific Warnings field.  I put in 4018;4090;4101;4133;4244;4267;4311;4312
and all those warnings are silenced.

--Ned.
http://nedbatchelder.com

-----Original Message-----
From: Peter Loveday [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 16, 2004 7:02 PM
To: [EMAIL PROTECTED]; Sören Krings
Subject: Re: [sqlite] How to compile without TCL on Vs.Net

> how can i compile the sqlite3 source without any TCL bindings with
> Visual Studio 7.1?

I simply left out 'tclsqlite.c' and 'shell.c', and the rest compiled fine. 
You could probably define NO_TCL if you really want the source file in 
there, but I just removed it.

> And is ist normal that i get so much conversion warnings?

I get conversion warnings also, most of them are harmless, but annoying.

Love, Light and Peace,
- Peter Loveday
Director of Development, eyeon Software



Reply via email to