home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / tools / 1933 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  743 b 

  1. Path: sparky!uunet!wupost!spool.mu.edu!agate!emily10.Berkeley.EDU!jeff
  2. From: jeff@emily10.Berkeley.EDU (Jeffrey C. Ely)
  3. Newsgroups: comp.os.ms-windows.programmer.tools
  4. Subject: Weird linker error
  5. Date: 8 Jan 1993 03:24:50 GMT
  6. Organization: Dept. of Statistics, U. C. Berkeley
  7. Lines: 7
  8. Message-ID: <1iis62$h2g@agate.berkeley.edu>
  9. NNTP-Posting-Host: emily10.berkeley.edu
  10.  
  11. I am using Turbo C++ to compile a simple .prj containin a single .cpp, a
  12. single .h and a .def file.  I get linker errors which say, e.g. WinMain(..)
  13. in module ../../blah blah is duplicated in ../../blah blah.
  14.  
  15. The weird thing is that "blah blah" and "blah blah" are the same file!
  16. What's going on?  Is it looking at the file more than once? or what?
  17. any ideas appreciated.
  18.