Better yet, I would vote on DTL to be STLified. It would improve it's success even more. Examples are the MicrosoftLikeClasses and otherKindsOfNames, that are ...
... Why can you not make it thread safe without moving the position of that parameter? I thought I had done so without moving it (in my own hacked version of...
Well, actually I could, but the params before it where strange and really cryptic. So I moved it nearer so I wouldn't have to mess with the other ones. Rodrigo...
Hi! ... Because you need a unique instance of Connection object in each thread and should specify it in each DBView constructor. And it is very inconvenient,...
Yes, it's probably time to make another minor bug fix release. I need to fix these two items + the memory leak bug pointed out a couple weeks ago for the...
... Since I created new makefiles for borland compilers I would like to know how did you try to test the DTL? The thing is I do not have CBuilderX so I could...
Hi. I'm not sure how to compile the .mak file to create a .lib file. Can you explain this procedure to me, or direct me to a link? thanks! ... work ... file...
... It is not complex at all. Open the DTLbcb6.mak in some text editor. At the top of the file locate BCCROOT variable. It loooks something like this: ...
... This is strange. It should all work automatic. Do you have bcc/Debug or bcc/Release folder in DTL folder with obj files inside? ... avast! Antivirus:...
... OK I see that something is missing here. 1. Did you execute from command prompt this command: make -f DTLbcb6.mak 2. If you did what was the response? To...
Hi. Please forgive me if I am being dense. I'm not sure if this is simply a path problem, or if it's something more. I am in my root directory c:\. The...
... The problem is here. BCCROOT can not have value of c:\ You should put a full path where your CBuilderx\bin is located. ... avast! Antivirus: Outbound...
... You are missing odbc32.lib that contains odbc functions. You should add C:\CBuilderX\lib\PSDK to the list of library folders because odbc32.lib is located...
I'm getting closer I hope. Still some libraries missing: Thanks for your patience! ilink32 -D -ap -Tpe -x -Gn -v -L"c:\cbuilderx\lib\psdk, C:\CBuilderX\lib"...
OK, I'm learning something! I figured out it was another makefile that I needed to do to get the .obj files for DTL itself. It almost compiles now, but in...
I'm using DTL for the first time. I've selected the screen where I can choose a database. No matter what kind of file I try to open or even if I create a new...
Charles, 1. Take a look at the ReadMeBorland.htm file. 2. I don't use Borland all that much so I can't be as helpful as I would like but here is a summary: a....
OK. From the error message I'm guessing that you are trying to run the "example" project. This example runs versus a sample database schema. Look in...
Thanks Corwin! That helps me... I definitely got farther trying to open that database... I need a tutorial on database sharing (what's a data source name file...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
I use the insert_iterator to add a row to a database. One of the fields in the table is an autonumber in access, so when I do the insert this field is...
Search the mail archives here for several discussions on autonumber. Generally: 1. We recommend you generate the autonumber key yourself or via a standard...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...