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++ - >64k Global types?
Hi All I'm getting an error "k:\...\viewer.obj(viewer) >64K Global Types" from OPTLINK. What does it mean, and what can I do? Is it related to the named object file being too large, or does it relate to the size of the program as whole? It goes away if I omit or reduce debug info from the compile, but that would make debugging very hard! Cheers, John Sep 15 2005
"john Jameson" <john_member pathlink.com> wrote in message news:dgbkdu$s0h$1 digitaldaemon.com...Hi All I'm getting an error "k:\...\viewer.obj(viewer) >64K Global Types" from Sep 15 2005
|