Archives
D Programming
DD.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
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
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
In article <bcae4s$21ia$1 digitaldaemon.com>, Walter says..."Arjan Knepper" <ask me.to> wrote in messageWhat does "Bad Type Index reference to type ..." mean? Jan 02 2006
|