|
-
May 9th, 1999, 01:35 AM
#1
unresolved external symbols
I need to make use of a MFC function in a C program (windows environment) so i included
the header file (ie MFC.h) for the MFC function in the C file. when complied using Visual C++ 5.0 i have
unresolved externals symbols during linking. the unresolved external symbols belong to the
MFC function that i want to use. I have also tried to use extern but it doesnt help. And the MFC>h and MFC.cpp files have been added to the project space (using right click -> add files to project). Does
anyone has any idea? Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|