Главная страница | назад





Article #19256: Resolving "Illegal EXTDEF fixup index in module xxx.pas"

 Question and Answer Database
FAQ4256C.txt :Resolving "Illegal EXTDEF fixup index in module xxx.pas"
Category :Linker
Platform :Win95/NT
Product :C++Builder1.0, C++Builder3.x,
Question:
When I import the Cryatal Reports comonnent into Builder3 I get a
linker error "Illegal EXTDEF fixup index in module ucrpe32.pas".
How can I resolve this.
Answer:
It appears that components upgraded from Delphi 1
exhibit this behavior. The reason is they used
WinProcs and WinTypes units. These have been deprecated
in 32bit Delphi and replaced with the Windows unit.
This error can be resolved by replacing either
of the units with Windows.If Windows is already being
imported they can simply be deleted.
12/16/1998 8:54:39 AM

Last Modified: 01-SEP-99