Subject Re: [IBO] Re: Can't see buttons on TIB_UpdateBar
Author Helen Borrie
At 09:37 PM 12/07/2004 -0700, you wrote:

> >No change. It still wants the runtime libraries. Note, there's no way an
> >80 Kb exe could have been built without runtime libraries!!
>
>Well, I guess I don't know how, then. I went into Project->Options, to the
>Linker tab, and unchecked "Use Dynamic RTL". Is there something else I need
>to do?

No, go to the Packages tab and uncheck "Build with runtime packages".


>Ok, I ran your EXE, and it works fine, as I expected. This further cements
>the fact that there's something weird in the way the my apps are getting
>compiled. I just don't know what else to try.

It will be worth building the app afresh without the "runtime packages"
option. This at least will eliminate the possibility that the Windows
common controls runtimes are causing the visual breakages. You get bigger
executables but they are less vulnerable to the eddies and currents of
Microsoft library changes. (IMO, the runtime packages option has been a
crock since day one.)

Helen