MFC error LNK 2005:
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