www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Optlink crash

↑ ↓ ← 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
↑ ↓ "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
↑ ↓ → 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?


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