Board index » cppbuilder » HELP!!! Older Dataaware Components and C++ Builder 4

HELP!!! Older Dataaware Components and C++ Builder 4

Hopefully someone can help me,
    I must have 7 to 10 data-aware components for C++ Builder 1.0 that just
will not compile into a C++ Builder 4.0 package... All of the Pascal
components error out in the link with cannot find {filename}. these files
are in the uses statments, and were required in 1.0, but I cannot find the
4.0 equivilent... Also one of the components will compile into a package,
but will not install onto the pallette stating that the DbConsts library is
in use by another installed package... HELP!!! there must be at least
$100.00 worth of tools in my toolbox that I cannot use anylonger, and it has
grinded my coding to a halt...

                                                                    Thank
you,
                                                    Marvin Hill
mlhil...@hotmail.com

 

Re:HELP!!! Older Dataaware Components and C++ Builder 4


: "Marvin Hill" <mlhil...@hotmail.com> wrote:

Quote
>    I must have 7 to 10 data-aware components for C++ Builder 1.0 that just
>will not compile into a C++ Builder 4.0 package...

WARNING: the database model changed from C++Builder 1 to 3 (and hence
4) a little bit

Quote
>All of the Pascal
>components error out in the link with cannot find {filename}.

It might have been helpful if you had said WHICH {filename}.

Quote
>these files
>are in the uses statments, and were required in 1.0, but I cannot find the
>4.0 equivilent... Also one of the components will compile into a package,
>but will not install onto the pallette stating that the DbConsts library is
>in use by another installed package...

Add the package that "contains" dbconsts to the requires list of your
own package.

Please ask further DB questions in one of the database groups.

--
Stefan Hoffmeister (TeamB)     http://www.econos.de/
Please do apply judgement when sending email.

Other Threads