Note to C++Builder3 users
-------------------------

When I've tried to use my components with C++Builder3, I've noticed some problems:

On my first computer, all runs correctly,
but on another computer, I have got all kind of problems you can imagine, and more...


Some recommendations (considering my problems)
----------------------------------------------

1. If you have a message like "unable to open DBTables.obj, DBCtrls.obj, DB.obj",
you need to include VCLDB35 in your components package.
Syntax is USEPACKAGE("VCLDB35.bpi");

2. If you have a message like "Can't find dclstd35.lib",
you need to include all my Pascal files in your components package.
then compile the package. Now It's OK.
after, you can remove for your components package all my files, except file containing register procedure.


For C++Builder3 experts
-----------------------

If someone know why sometimes my components are included immediately, and sometimes not,
please let me know.

------------------------------
Mehdi BOURMAD
mailto:bourmad@multimania.com
http://www.multimania.com/bourmad
ICQ : 14550859
------------------------------