Strange link error
From: Sam (samwise22_at_hotmail.com)
Date: 05/06/04
- Next message: Jaime Stuardo: "Problem retrieving the menu for a CChildFrame in MDI application"
- Previous message: Neel Roy: "Re: ComboBox Control"
- Messages sorted by: [ date ] [ thread ]
Date: 6 May 2004 09:56:37 -0700
I'm attempting to reorganize a lot of source code. One of the aspects
is that I needed to move a project & workspace to another location. No
big deal, I'll just update its configuration and everything will be
fine. Almost.
I'm getting a couple of errors:
libcmtd.lib(fgetc.obj) : error LNK2005: _fgetc already defined in
decode.obj
libcmtd.lib(fclose.obj) : error LNK2005: _fclose already defined in
decode.obj
Which is strange, because decode.cpp has no definition for that
function, it merely calls it. The source, decode.cpp, hasn't changed
in quite some time. The only help I could find for this dealt with
changing the run-time library, but that hasn't been changed either.
Did I accidentally do something incredibly subtle to the project
options? I've compared the before/after, and it seems the pathing for
the include directories is the only change. Can I mess things up if I
have too many include directories, or the paths themselves are too
long?
I'd really appreciate any advice or suggestions anyone has. Thanks!
- Next message: Jaime Stuardo: "Problem retrieving the menu for a CChildFrame in MDI application"
- Previous message: Neel Roy: "Re: ComboBox Control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|