Re: [sqlite] errors compiling with MS VC++ 6.0

2005-06-20 Thread Dennis Cote
Robert G. Ristroph wrote: I am building sqlite 3.2.2 on windows with MS VC++ 6.0. I am doing this because I believe I need the .lib file to use the .dll with my code. Hi Robert, You don't need to build SQLite in VC++ to generate the .lib file. VC++ includes a utility program called

Re: [sqlite] errors compiling with MS VC++ 6.0

2005-06-19 Thread Jay Sprenkle
Msvc 6 can do this if you use some features of c++, you have an early version, and haven't applied the service packs. You could test for memory errors using memtest86 or something similar (i believe it's memtest86.org?). On 6/18/05, Nuno Lucas <[EMAIL PROTECTED]> wrote: > [18-06-2005 0:54,

Re: [sqlite] errors compiling with MS VC++ 6.0

2005-06-18 Thread Nuno Lucas
[18-06-2005 0:54, Randall Fox escreveu] When I then try to build the project, I get internal compiler errors. Here are the first few lines of 35 errors it has: I have built v3.08 and v2.x using VC++ 6 and 7.x You do get a lot of casting warnings (which you can turn off/ignore), but I never

Re: [sqlite] errors compiling with MS VC++ 6.0

2005-06-17 Thread D. Richard Hipp
On Fri, 2005-06-17 at 16:54 -0700, Randall Fox wrote: > I would suspect it is something to do with your setup.. In fact I have > only once seen an INTERNAL COMPILER ERROR when using VC++, and it was my > fault. > I don't use VC++. But I have gotten a few "internal errors" on the compiler I

Re: [sqlite] errors compiling with MS VC++ 6.0

2005-06-17 Thread Randall Fox
When I then try to build the project, I get internal compiler errors. Here are the first few lines of 35 errors it has: I have built v3.08 and v2.x using VC++ 6 and 7.x You do get a lot of casting warnings (which you can turn off/ignore), but I never got a compiler error. I would suspect

[sqlite] errors compiling with MS VC++ 6.0

2005-06-17 Thread Robert G. Ristroph
Hi, I am building sqlite 3.2.2 on windows with MS VC++ 6.0. I am doing this because I believe I need the .lib file to use the .dll with my code. Based on this message: http://www.mail-archive.com/sqlite-users@sqlite.org/msg04528.html I created an emply DLL project and added the