custom component - Delphi Xe6 Compont package issue -
i have component pack has been working great few years. trying produce both 32 bit , 64 bit versions.
i build debug , release win32 versions no error.
i build win64 version no error.
but when try build win64 release version "[dcc64 fatal error] fbccomponents.dpk(31): e2202 required package 'rtl' not found"
does have idea happening...
tia farley
first, need divide these apart 2 separate packages - runtime
, designtime
. design-time package responsible installing ide.
now, design-time package works directly ide. delphi ide 32bit only. so, design-time package must 32bit - whereas run-time package should compiled whatever platforms desired.
Comments
Post a Comment