Search the web
Sign In
New User? Sign Up
DatabaseTemplateLibrary · The Database Template Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2352 - 2410 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2352
Hi, I try to build dtl with ia64 linux box, but without success... first, I try to run the build script as: ...
Kev
chkev2001
Offline Send Email
Dec 7, 2007
2:37 am
2355
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...
Corwin Joy
corwinjoy
Offline Send Email
Dec 7, 2007
3:41 pm
2361
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...
gummamalli
Offline Send Email
Dec 13, 2007
3:09 am
2362
Sent via BlackBerry from T-Mobile ... From: "gummamalli" <gummamalli@...> Date: Thu, 13 Dec 2007 03:09:52 To:DatabaseTemplateLibrary@yahoogroups.com ...
RMcCardell@...
robertmccardell
Offline Send Email
Dec 13, 2007
4:27 am
2363
Üphgthgthiukugfngktfrdv:bggn. Sent via BlackBerry from T-Mobile ... From: rmccardell@... Date: Thu, 13 Dec 2007 04:27:48 ...
RMcCardell@...
robertmccardell
Offline Send Email
Dec 13, 2007
4:29 am
2365
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...
Corwin Joy
corwinjoy
Offline Send Email
Dec 16, 2007
7:31 am
2387
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...
Moshe Matitya
mmatitya
Offline Send Email
Feb 4, 2008
11:33 am
2388
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:...
Corwin Joy
corwinjoy
Offline Send Email
Feb 4, 2008
3:02 pm
2389
OK. I've now changed it to moderate new members. Hopefully that will stop some of this nonsense. ... From: Moshe Matitya To:...
Corwin Joy
corwinjoy
Offline Send Email
Feb 4, 2008
3:15 pm
2390
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...
pimiento333
Offline Send Email
Mar 12, 2008
2:49 am
2391
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...
Corwin Joy
corwinjoy
Offline Send Email
Mar 12, 2008
2:55 am
2392
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...
buschnick
Offline Send Email
May 15, 2008
7:39 pm
2393
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...
Corwin Joy
corwinjoy
Offline Send Email
May 15, 2008
9:00 pm
2394
I have added a pre-release of 3.6.11 which fixes the latest gcc 4.1.2 compile errors you mentioned. It can be found at: ...
Corwin Joy
corwinjoy
Offline Send Email
May 15, 2008
10:21 pm
2395
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...
m arju
a_arju
Offline Send Email
May 16, 2008
10:57 am
2396
... Thank you. I now have the following compile error on MSVC2008: 1>r:\dtl_3_6_11\lib\variant_row.cpp(1135) : error C2440: 'static_cast' ... 1>...
buschnick
Offline Send Email
May 19, 2008
5:38 pm
2397
... 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...
Corwin Joy
corwinjoy
Offline Send Email
May 19, 2008
5:43 pm
2398
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...
Corwin Joy
corwinjoy
Offline Send Email
May 21, 2008
4:36 pm
2399
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...
michael.gradman@...
cppguru777
Offline Send Email
May 22, 2008
4:01 pm
2400
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...
Corwin Joy
corwinjoy
Offline Send Email
May 23, 2008
5:30 pm
2401
note that boost::none_t used to be boost::detail::none_t in an older version of boost....
Paul
elegant_dice
Offline Send Email
May 26, 2008
12:24 am
2402
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...
buschnick
Offline Send Email
Jun 12, 2008
6:56 pm
2403
Ubuntu 8.04 x86_64 fully patched up to 20080610. g++, unixODBC from Ubuntu repositories. dtl.tar.gz 3.6.11 from ...
jan.kowalski62
Offline Send Email
Jun 12, 2008
6:56 pm
2404
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...
Corwin Joy
corwinjoy
Offline Send Email
Jun 12, 2008
7:07 pm
2405
... 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...
Corwin Joy
corwinjoy
Offline Send Email
Jun 12, 2008
9:08 pm
2406
... sed expression is fixed, but main problem remains. Main problem lays in difference between sizeof(SQLINTEGER) = 4 and sizeof(SQLLEN) = 8 on Linux on...
jan.kowalski62
Offline Send Email
Jun 17, 2008
3:21 am
2407
... 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...
Corwin Joy
corwinjoy
Offline Send Email
Jun 17, 2008
3:50 am
2408
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...
Corwin Joy
corwinjoy
Offline Send Email
Jun 17, 2008
2:39 pm
2409
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...
Dave M.
v11_dmatsumo
Offline Send Email
Aug 18, 2008
5:58 pm
2410
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: ...
buschnick
Offline Send Email
Aug 26, 2008
1:44 pm
Messages 2352 - 2410 of 2479   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help