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 679 - 708 of 2478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
679
Hi, I'm trying to build the library using the gcc compiler for Windows, the one packed with the Dev-C++ from Bloodshed. So first I create a static library...
dresdda
Offline Send Email
Oct 2, 2003
1:35 am
680
... FROM: davidandres_ayala@... DATE: Thu, 02 Oct 2003 00:45:50 -0000 SUBJECT: I'm newbbie..... Hi, I'm trying to build the library using the gcc compiler ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 2, 2003
2:07 am
681
Hey, I recently joined this group and noticed it was very quiet here the last month. Anyway, I recently completed a CGI library in C++ and was originally using...
Don Kim
paplus0446
Offline Send Email
Oct 2, 2003
6:02 pm
682
... Yeah, it's been pretty quiet lately. I think it's cause we have the code fairly stable now and hence have few complaints / bugs since we still seem to...
Corwin Joy
corwinjoy
Offline Send Email
Oct 2, 2003
6:17 pm
683
Hi there. Last time I was working with Dev-C++, but I'm trying to grown up so I've downloaded and installed Cygwin, using the setup version 2.416. But now I'm...
dresdda
Offline Send Email
Oct 10, 2003
10:20 pm
684
Under cygwin DTL is *extremely* easy to build. Just go to the main directory and type sh build-all.sh and everything should build. If you are getting a bunch...
Corwin Joy
corwinjoy
Offline Send Email
Oct 10, 2003
10:27 pm
685
I've noticed that in the messages list, some of them has something with the PATH env var, and the fact that I've installed borland c++ 5.5 command line tools...
dresdda
Offline Send Email
Oct 13, 2003
7:41 pm
686
You will want to set C:\cygwin\bin to the beginning of your path in the system control panel. (Remember that under windows you need to log out and log in ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 13, 2003
7:59 pm
687
Hey Corwin, I think at last it's working, last night I've update my cygwin installation, adding the development tools (and some other stuff like apache and...
dresdda
Offline Send Email
Oct 14, 2003
2:46 pm
688
The build_all.sh will create three files: lib/debug/libDTL.a this is the debug version of the static library that all DTL projects link to. ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 14, 2003
3:32 pm
689
The -mno-cygwin switch is supposed to just say that we are not taking advantage of any unix specific services and go ahead and use the mingwin headers. ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 15, 2003
3:37 am
690
In fact, for the link errors described below, you might even be able to kill these function calls off under cygwin. The fact is that under gcc we don't...
Corwin Joy
corwinjoy
Offline Send Email
Oct 15, 2003
3:43 am
691
Upon further reading, it looks like support for the ANSI wide character functions is in the pipeline for Cygwin but I'm not sure what the status is: ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 15, 2003
4:06 am
692
got DTL 3.5.2 to compile under gcc 3.3.1-2 on cywin with only MINOR changes first of all, you HAVE to use the patched version of gcc 3.3.1-2 the only change I...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 23, 2003
12:03 am
693
First, I made the same changes that Corwin Joy made for the EXCEL type (defined a new type, checked for that type with autopostback). Works find with a comma...
pookiebearbottom
pookiebearbo...
Offline Send Email
Oct 23, 2003
4:50 pm
694
Dear "PookieBear Bottom", ... Thanks for the info on the MAX_JTIME, I will go ahead and make the change though I'm not sure why this is an overflow now in gcc...
Corwin Joy
corwinjoy
Offline Send Email
Oct 23, 2003
5:02 pm
695
I've never actually worked with the M$ ODBC text driver. Taking a quick look at the docs, though, ...
Corwin Joy
corwinjoy
Offline Send Email
Oct 23, 2003
5:11 pm
696
yea, I saw that reference. I just had a problem trying to figure out HOW to specify the schema.ini file. I figured it out. Believe it or not, in this day...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 23, 2003
6:07 pm
697
I am guessing to have multiple connections, I need to use something besides the "default connection". So I make my own with: DBConnection con1; ...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 23, 2003
8:23 pm
698
If you want to use a DBView or a DynamicDBView with a connection other than the default, the easiest way to do this is to use the DBView::Args class. Here is...
Corwin Joy
corwinjoy
Offline Send Email
Oct 23, 2003
8:27 pm
699
Thanks again Corwin ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 24, 2003
5:01 pm
700
My smaple program that I am working on is very simple. I just want to copy all of the data from one table to another. I know there are other ways of doing...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 24, 2003
5:01 pm
701
sorry, my computer crashed in the middle of the last email, not sure if the 1/2 message went through or not) I want to make a simple program to copy one...
Sally McBride
pookiebearbo...
Offline Send Email
Oct 24, 2003
6:10 pm
702
Short answer: I think what you are trying to do here is copy fields by number between two tables that don't necessarily have the same field names. The loop...
Corwin Joy
corwinjoy
Offline Send Email
Oct 24, 2003
6:50 pm
703
Hi I sent this last night but, it di(dn't make it to the list. Since then I've fixed all the warnings) I'm new to the DTL and have so far found it really quite...
paulgrenyer
Offline Send Email
Oct 26, 2003
7:27 pm
704
Yes, we only have a project for MSVC 6 since it is easier to maintain a single project for the Microsoft compilers rather than have a different project for...
Corwin Joy
corwinjoy
Offline Send Email
Oct 26, 2003
7:31 pm
705
Hi Corwin ... Please find my modifications attached. I also modified the include statements for my own uses. I expect the easiest thing for you to do is to use...
Paul Grenyer
paulgrenyer
Offline Send Email
Oct 27, 2003
3:18 am
706
Thanks Corwin, but before I ask too many unrelated questions, first I need to know if you can even have a BCA in a DynamicDBView The docs, have it defined as: ...
pookiebearbottom
pookiebearbo...
Offline Send Email
Oct 27, 2003
3:19 am
707
Basically a DynamicDBView is about a 20 line class that simply specializes a DBView<variant_row> and provides a BCA function that is built at runtime to...
Corwin Joy
corwinjoy
Offline Send Email
Oct 27, 2003
3:59 am
708
how to build for Borland C++5.5 and MS Visual C++ .NET 2003 ? the current version promises Borland.MAK files in the file "ReadMeBorland.htm" but I did not find...
Rolf Hemmerling
rolf_hemmerling
Offline Send Email
Oct 27, 2003
2:51 pm
Messages 679 - 708 of 2478   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