Hi Kev, DTL has been run before on 64 bit solaris so I think what you are seeing is just collisions with how pointers get defined under ia64. Probably your...
Hi, I am newbie for DTL and I would like to use this library with UNICODE support, and I found this link http://dtemplatelib.sourceforge.net/Unicode.htm and...
Sent via BlackBerry from T-Mobile ... From: "gummamalli" <gummamalli@...> Date: Thu, 13 Dec 2007 03:09:52 To:DatabaseTemplateLibrary@yahoogroups.com ...
Take a look at the tests directory. All of the tests in here use UNICODE strings in their build. To enable Unicode you will need to set two pre-processor...
I don't know if anyone even bothers reading this list anymore, because it has been deluged with spam. Is there any way to get all the spam filtered out on the...
In theory, Yahoo has some spam filters, but spam bombers keep coming in and having at it and create new aliases faster than I can ban them. Annoying. ... From:...
Hi, I've got a problem I can't narrow down for days. In a small test project I can use dtl without any problems. Inside my current project I alwas get the...
tstring is just an alias for std::string if unicode is not defined. Here it wants a reference to a std::string so just give a std::string explicitly. tstring...
This is a repost since my first message two weeks ago seems to have been swallowed by the moderation queue or something. I'm trying to compile the DTL 3.6.10...
Hi, I went ahead and had a go compiling DTL under gcc 4.1.2 on redhat linux and got the same error. This is just gcc being stupid and not recognizing member...
Recover From Drop or Delete or Truncate Table in Oracle Database It is common to hear that I accidentally deleted a table. Now how I can get back my table? Or...
... Yeah, in the latest changes I commented out the ODBCINT64 support in variant_t because it resolved to long int under 64 bit which conflicted with the...
Sören, I have added a new version of 3.6.11 in the files section which now compiles on both gcc and visual C++ and resolves the ODBCINT64 issue in a better...
In the following thread, I have found 3 problems and fixes for them in DTL 3.6.10 that need to be made part of 3.6.11 ... .changed files are attached ... these...
I have released 3.6.11. Version 3.6.11; Released May 22, 2008 ***Bugfixes*** 1. Minor changes to compile under gcc 4.1.2. 2. Minor changes to compile under 64...
I have trouble compiling again. This time it's with the latest 3.6.11 release of the dtl on gcc 4.3.0. From the error messages it seems that it's simply a...
OK. Thanks for reporting this. gcc must have changed how they handle this from 4.1 to 4.3. For the memcmp, if you add #include <cstring> after #include...
... http://groups.yahoo.com/group/DatabaseTemplateLibrary/files/DTL36/dtl.tar.gz ... Yeah. I need to update the sed snippet that does makedepend in the make...
... sed expression is fixed, but main problem remains. Main problem lays in difference between sizeof(SQLINTEGER) = 4 and sizeof(SQLLEN) = 8 on Linux on...
... Maybe. This version was compiled under Linux x86_64 where I ran and tested it myself so I know it works under 64 bit. (The linux flavor I used was...
I've looked into this some more. According to the UnixODBC headers the difference between SQLLEN and SQLINTEGER is mostly smoke and mirrors. Unless you have a...
Just wondering if anyone here is running an application with VTune, and finding that all DTL calls are failing. My application never had a problem executing...
I'm using the latest dtl_3_6_12 from this group's file repository. variant_field declares a cast operator to ODBCINT64 but doesn't implement it. Adding: ...