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