IBO End User with Runtime packages.
Hi,
I use Delphi 5 + RB Ent. 6.02 and my program was running fine for a long
time.
1) -Now, for its exe size (> 13 Mb), it can't run on win 98 and so I have to
use it with runtime packages.
My problem is a strange AV when I open any report with standard report
explorer (preview or project).
The line code (in IBODataset.pas) is:
procedure TIBODataset.SetSQL( Value: TStrings);
begin InternalDataset.SQL.Text := Value.Text; end;
and it's before LoadEndEvent...
2) -How can I debug RB units?
Thank You very much.
I use Delphi 5 + RB Ent. 6.02 and my program was running fine for a long
time.
1) -Now, for its exe size (> 13 Mb), it can't run on win 98 and so I have to
use it with runtime packages.
My problem is a strange AV when I open any report with standard report
explorer (preview or project).
The line code (in IBODataset.pas) is:
procedure TIBODataset.SetSQL( Value: TStrings);
begin InternalDataset.SQL.Text := Value.Text; end;
and it's before LoadEndEvent...
2) -How can I debug RB units?
Thank You very much.
This discussion has been closed.
Comments
That is an IBO source file. You can debug your packages by building them
with debug information turned on. Then use delphi to debug each package.
Try searching google.com or the borland newsgroups for resources on how to
use Delphi to debug a package. You shouldn't have to debug our packages, as
ours are not built with debug information turned on. You would have to
rebuild them with debug info turned on, and that is not recommended nor easy
to do, though it is possible. If you want to take that route you can,
however, would it be possible to reproduce the error using a single exe
without using packages in order to more easily debug our source?
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com