Tuesday, January 24, 2006

MFC error LNK 2005:

already defined in .obj

whenever I try to use extern keywords to access global variables defined in another file of the project.

trying to integrate C code written in Win32 to MFC C++

To Solve (quickest method)

Project > Properties > Linker > Command Line > Additional Options > Type /FORCE

0 Comments:

Post a Comment

<< Home