Subject | RE: [IBO] IBO 4.9.13 Beta 20 released |
---|---|
Author | Support List |
Post date | 2011-04-28T22:36:35Z |
Lester,
More clues: If you turn optimization off, does that make a difference?
I have gotten it to the point where everything works great if I turn off
optimization. This means there is something I have introduced that throws
off the optimizer.
I suspect it has to do with the login dialog form being moved to the ART
package and only made accessible by way of a function pointer being assigned
to a global function variable. It could be that the optimizer does not pick
up on that and it may be eliminating code that should be retained.
I am going to try doing something a bit differently to see if I can get it
working. I suspect that when I get Delphi 6 working smooth again with
optimization that your issue will also be resolved too.
Jason
> > Fine ... it WOULD seem that using the grouped packages DOES cause aWhile you are sleeping... <g> I'll just talk to myself for a while...
> > problem when
> > building. If I do each manually then I get a complete install ...
> > I need to get some sleep now anyway ...
>
> Ok, I should have some new code ready for you in your AM.
More clues: If you turn optimization off, does that make a difference?
I have gotten it to the point where everything works great if I turn off
optimization. This means there is something I have introduced that throws
off the optimizer.
I suspect it has to do with the login dialog form being moved to the ART
package and only made accessible by way of a function pointer being assigned
to a global function variable. It could be that the optimizer does not pick
up on that and it may be eliminating code that should be retained.
I am going to try doing something a bit differently to see if I can get it
working. I suspect that when I get Delphi 6 working smooth again with
optimization that your issue will also be resolved too.
Jason