Mini HowTo: TC7 debugging with BCB5

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
to2
Newbie
Newbie
Posts: 39
Joined: Thu Jan 19, 2006 12:00 am

Mini HowTo: TC7 debugging with BCB5

Post by to2 » Fri Mar 31, 2006 6:43 am

Mini HowTo to step through TC 7.06 source code with BCB5

1. Buy the source code from Steema.
2. Install source code
3. Use TeeRecompile.exe and check "Debug packages compilation"

Problem: No TDS files are created.

4. Open Tee7BCB5.bpg in BCB5
5. Set all packages to "Full Debug"

Problem: TeeUI7C5 linking raises an error. Don't set "Full Debug" here.

6. Compile all packages.

If IDE asks for bpi files, direct it to the Lib path, created under the path you have entered in TeeRecompile.exe.

7. Close all.
8. Copy TDS files to your project folder.
Best Regards

Thomas

Post Reply