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 gkittelson 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: *

  1. marcusmaximus

    How can i fix my CC linker?

    I assume you are now compiling with g++ rather than gcc. It's exactly the error you'd get if you tried to compile using gcc.
  2. marcusmaximus

    unterminated character constant

    Ryselenn, Somewhere in your code (prior to line 462) you've attempted to use or define a character constant i.e a quoted string. It seems you forgot to close the quotes. The compiler has taken everything from this point on to be part of the quoted string until it reaches a point at which it...
  3. marcusmaximus

    Perl/Tk question

    Hi, I need a method for recording the coordinates of a mouse click using Perl/Tk. Basically I would like a background process which runs and records mouse events whilst testing a GUI application. I would then like to use these results to generate events which could be 'played back', automating...

Part and Inventory Search

Back
Top