RE: [sqlite] Wich compiler to use in Windows

2004-10-20 Thread john mcnicholas
i'm not recommending one compiler over another. this is just an fyi. i was able to build the dll (3.x) using borland c++ 5.5.1. are you sure you are not using bc 5.0? i did get int64 errors using bc5.0, but it compiles fine with bc5.5.1. Here is the 5.5.1 information: fileinfo: 06/27/2000

RE: [sqlite] sqlite with Borland C++ 5.02

2004-10-18 Thread john mcnicholas
Here is a workaround since the 5.02 version of implib does not have the "-a" option. This procedure worked with the 5.0 version of the tools so I don't think you'll have a problem with 5.02. 1. run impdef on the .dll you want to use. > impdef x.def sqlite3.dll 2. run implib on the def

RE: [sqlite] BLOBs and sqlite_exec

2004-10-15 Thread john mcnicholas
Sorry, but I can't give you a definitive answer myself since I working on the same problem. I'll let you know when/if I solve it and I'm sure you'll do the same. But for what its worth below is what i'm trying in C++. first the disclaimer - i'm very new to sqlite and its been a while since i've