[Linker Error] Error: Unresolved external 'LresultFromObject' referenced
from C:\BDS\LIB\DEBUG\VCLACTNBAND.LIB|ActnMenus
I can add "#include <ActnMenus.hpp>" to a unit within this project and the
IDE will add the following two BPI files to the requires section and then
the project links ok.
VCLACTNBAND.BPI
XMLRTL.BPI
I do not understand why I need to add the include for ActnMenus.hpp manually
to get the linker error to go away.
Can someone enlighten me as to what is going on here?