Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: solled
  • Order by date
  1. solled

    gdb debugger trouble

    Hi, I am able to run my program (resulting in a fatal error), but when I try to use gdb it doesn't even run. I made sure to compile with the -g flag. Thanks for helping. Here's what I get: compserv1.3 gdb testSymTab GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free...
  2. solled

    g++ linking fatal errors

    Yes--I forgot to implement the virtual descructors. It works now. Thanks.
  3. solled

    g++ linking fatal errors

    Hi, my files compile fine, but when I try to build them I get the following: compserv1.55 g++ driver.o SymTabMgr.o SymTabEntry.o Undefined first referenced symbol in file vtable for SymTabEntry SymTabEntry.o vtable for SymTabMgr...
  4. solled

    Compilation errors under g++

    I see. Thanks for your help.
  5. solled

    Compilation errors under g++

    Hi, I get a lot of compilation errors on the following code. It appears that the compiler thinks much of the code to be in the global scope when in fact they are in functions. I seem to have the backets set up properly, so I dont see why this is happening. Thanks for any help. ERRORS g++ -c...
  6. solled

    trying to make object visible for entire detail section

    I am using Crystal Reports 8. I am trying to make a table where each entry is numbered, and have the numbers set on a black background. This is all fine, except that I want the background to extend all the way down the table (the whole details section) even when there isn't a record entry on...

Part and Inventory Search

Back
Top