Hi,new ScriptMaker 5.1.0.1 avaible for downloadWahts new: http://www.hisoft2000.de/WhatsNew.htmLink:...
By jonny_kwekkeboom
Marian PPESCU wrote:There is also a weird thing:SELECTxpath_nodeset(rawdata,'/') FRM xmldo...
By guyrouillier
MX&4U16+H@_.T3&R2.C"#&5WZ/E,D$PC/:P&R.=,3=1',(2N+KS@LMT3U=1&5MT[R`FL*BX(LE3R.[4-RC8MKV&...
By hbb
Robert wrote:> ASA 9.0.2.2451> I have a pod that reads a image ( larger than 32k) into 4 long ...
By gregfenton
Hello all,I am seeking a way to limit the number of rows returned by the count() function.For instan...
By sayian, 14 Comments
One of our clients is regularly getting "Database server stopped" messagesfor no apparent reason. Th...
By jonowens, 3 Comments
Hi!I am struggling to query a part of the nodeeg:I have node<root><a>It starts with<t...
By sandesh, 1 Comments
check it out: this code doesnt work... i = 1 While (i <= NumbTests + 1) With rstResults .AddNew !...
By psycho_nz, 2 Comments
Maybe this is a well duh kind of question, or maybe there's nostraightforward way to do it, but...
By seanmurphy, 7 Comments
Indeed it should probably include sqlite3.h, but you are supposed to
generate an import .lib for your compiler using the .def file. VC++ comes
with lib.exe, I'm not sure how you do it with others.
10/20/05, Arjen Markus <arjen.markus (AT) wldelft (DOT) nlwrote:
Hello,
I downloaded the sqlitedll-3_2_7.zip file the other day
to do some initial experiments with SQLite, but it turns
out that this zip-file only contains the DLL itself and
the definitions file.
If I understand it correctly, it is possible to link
against the DLL using that definition file, but it is
more common to use the import library.
But even so, the sqlite3.h header file is missing.
So the zip-file as such is not useable.
Kind regards,
Arjen Markus
--
corynelson | Sun, 04 May 2008 14:41:00 GMT |
Indeed it should probably include sqlite3.h, but you are supposed to
generate an import .lib for your compiler using the .def file. VC++ comes
with lib.exe, I'm not sure how you do it with others.
I know that the GNU compilers have a similar utility - I just have never
used either (being lazy, I mostly rely on the compiler to provide the
lib file - that does require the use of non-standard keywords, but
you can hide those).
Anyway, the header file is needed, as you say.
Regards,
Arjen
arjenmarkus | Sun, 04 May 2008 14:42:00 GMT |