Thread overview
Optlink crash
Jun 12, 2003
Arjan Knepper
Jun 12, 2003
Walter
Jan 02, 2006
ABX
June 12, 2003
When linking a project with debug info, I get hosed with this message for every obj file, and fininaly the linker crashes.

What does "Bad Type Index reference to type ..." mean?

Arjan

.\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 1639
.\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 1639
.\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 163A
.\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 167C
.\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 163A
.\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 163A

June 12, 2003
I fixed that problem in the latest beta. Try 8.35. -Walter

"Arjan Knepper" <ask@me.to> wrote in message news:bcabjl$1ut2$1@digitaldaemon.com...
> When linking a project with debug info, I get hosed with this message for every obj file, and fininaly the linker crashes.
>
> What does "Bad Type Index reference to type ..." mean?
>
> Arjan
>
> .\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 1639
> .\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 1639
> .\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 163A
> .\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 167C
> .\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 163A
> .\Account.OBJ(Account)  (22343564): Bad Type Index reference to type 163A
>


January 02, 2006
In article <bcae4s$21ia$1@digitaldaemon.com>, Walter says...
> "Arjan Knepper" <ask@me.to> wrote in message
> > What does "Bad Type Index reference to type ..." mean?
> I fixed that problem in the latest beta. Try 8.35. -Walter

Hi, using 8.45 I just got similar errors:

\..\..\lib\dmc_lib\wxmsw26d_core.lib(nativdlg)
Error 162: Bad Type Index reference to type 11FF
\..\..\lib\dmc_lib\wxmsw26d_core.lib(textdlgg)
Error 162: Bad Type Index reference to type 11FF
e:\dmc\BIN\..\lib\shell32.lib(shguid)
Warning 160: MS Precompiled TYPES not supported
e:\dmc\BIN\..\lib\shell32.lib(shguid)
Warning 161: Unknown CV version, ignored

\..\..\lib\dmc_lib\wxmsw26d_core.lib(nativdlg)
Error 162: Bad Type Index reference to type 11FF
\..\..\lib\dmc_lib\wxmsw26d_core.lib(textdlgg)
Error 162: Bad Type Index reference to type 11FF
\..\..\lib\dmc_lib\wxbase26d.lib(log)
Error 162: Bad Type Index reference to type 1D98
e:\dmc\BIN\..\lib\shell32.lib(shguid)
Warning 160: MS Precompiled TYPES not supported
e:\dmc\BIN\..\lib\shell32.lib(shguid)
Warning 161: Unknown CV version, ignored

Any suggestion for investigations?

ABX