home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2662 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.0 KB  |  30 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!ngcgate!ngc!alexism
  3. From: alexism@ngc.com (Alexis Mermet)
  4. Subject: windbg
  5. Message-ID: <C0CMuB.L3x@ngc.com>
  6. Summary: Problem: windbg, .LIB and show variables
  7. Keywords: NT debugger
  8. Organization: Network General Corporation
  9. Date: Mon, 4 Jan 1993 21:39:46 GMT
  10. Lines: 18
  11.  
  12. I have a C++ program made of a main .CPP part and a .LIB library.
  13. The library is built with the lib utility with option -debugtype:both and 
  14. program is compiled with the full debug options -Od -Zi.
  15.  
  16. When I run this program under WINDBG, I can only see in the Locals window
  17. the variables whose class is defined/implemented in the main part of the
  18. program ( the one that got linked as an .OBJ )
  19.  
  20. Any object defined/implemented in the .LIB cannot be displayed by WINDBG.
  21. I get the message: Error, invalid type OMF information ... or something
  22. like that.
  23.  
  24. Anyone has ever seen this before, Any ideas ? 
  25. Thanks,
  26. -- 
  27. Alexis MERMET-GRANDFILLES        Voice: 415-617-2943
  28. Software Engineer. R&D            Fax:   415-321-0855
  29. Network General Corp.
  30.