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...
... 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 ...
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...
... 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...
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...
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...
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...
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 ...
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...
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. ...
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...
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: ...
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...
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...
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...
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...
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...
Thanks again Corwin ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com...
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...
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...
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...
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...
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...
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...
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: ...
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...
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...