www.digitalmars.com         C & C++   DMDScript  

c++ - Optlink crash

reply Arjan Knepper <ask me.to> writes:
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
Jun 12 2003
parent reply "Walter" <walter digitalmars.com> writes:
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
Jun 12 2003
parent ABX <abx abx.art.pl> writes:
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
Jan 02 2006