Subject Re: [IBO] Eval auto installer
Author Hans
Hello Jason,

After autoinstall to C5.

1. Open a new project with Form, add a TIBODatabase component
It compiles and runs clean.

2. Add TIB_MonitorDialog component.
It compiles with following errors

[Linker Error] Ununable to open 'CUSTOMEDITENH.RES'
[Linker Error] Ununable to open 'IBC_EDITENH.RES'
[Linker Error] Ununable to open 'IBC_SPINEDITENH.RES'
[Linker Error] Ununable to open 'CUSTOMSPINEDITENH.RES'
[Linker Error] Ununable to open 'IBF_WISQL.DFMS'
[Linker Error] Ununable to open 'IBF_WISQL_IMAGES.RES'
[Linker Error] Ununable to open 'USEARCH.RES'

3. Remove the TIB_MonitorDialog component.
It compiles again with following errors
and the same for a Rebuild

[Linker Error] Ununable to open 'CUSTOMEDITENH.RES'
[Linker Error] Ununable to open 'IBC_EDITENH.RES'
[Linker Error] Ununable to open 'IBC_SPINEDITENH.RES'
[Linker Error] Ununable to open 'CUSTOMSPINEDITENH.RES'
[Linker Error] Ununable to open 'IBF_WISQL.DFMS'
[Linker Error] Ununable to open 'IBF_WISQL_IMAGES.RES'
[Linker Error] Ununable to open 'USEARCH.RES'

Just can't get rid of the linker errors, till you start a new project.

Any Ideas ?
Best Regards
Hans