Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Modeless Dialog Pin
sps-itsec463-Mar-04 8:54
sps-itsec463-Mar-04 8:54 
GeneralRe: Modeless Dialog Pin
ERKs3-Mar-04 13:10
ERKs3-Mar-04 13:10 
GeneralLooking for Windows Debugging Tools for Win 98 Pin
Jesse Evans3-Mar-04 7:41
Jesse Evans3-Mar-04 7:41 
GeneralRename a locked file Pin
Paul Riley3-Mar-04 7:13
Paul Riley3-Mar-04 7:13 
GeneralRe: Rename a locked file Pin
David Crow3-Mar-04 7:20
David Crow3-Mar-04 7:20 
GeneralRe: Rename a locked file Pin
Maximilien3-Mar-04 7:21
Maximilien3-Mar-04 7:21 
GeneralRe: Rename a locked file Pin
Paul Riley3-Mar-04 7:46
Paul Riley3-Mar-04 7:46 
GeneralLink Error Pin
DougW483-Mar-04 6:36
DougW483-Mar-04 6:36 
I am having a problem compiling a class I downloaded from CodeProject. The class compiles until I try to create a variable of that type, and then I get a linker for each function that I try to call with that variable (to begin with, just the constructor and destructor.) Here are the compiling errors that I am receiving:


error LNK2019: unresolved external symbol "public: __thiscall CMultiColumnComboBox::CMultiColumnComboBox(void)" (??0CMultiColumnComboBox@@QAE@XZ) referenced in function "public: __thiscall NewInvoice::NewInvoice(void)" (??0NewInvoice@@QAE@XZ)

error LNK2001: unresolved external symbol "public: virtual __thiscall CMultiColumnComboBox::~CMultiColumnComboBox(void)" (??1CMultiColumnComboBox@@UAE@XZ)


The class is the CMultiColumnComboBox class from http://www.codeproject.com/combobox/mccombobox.asp#xx169761xx[^] The directions say to include the file in the .cpp file, but then I cannot declare variables in my .h file, so I had to include the class in my .h file. Now I'm getting these linker errors. Can somebody please give me some suggestions? Thanks a bunch!!
GeneralRe: Link Error Pin
jmkhael3-Mar-04 6:42
jmkhael3-Mar-04 6:42 
GeneralRe: Link Error Pin
DougW483-Mar-04 6:57
DougW483-Mar-04 6:57 
GeneralRe: Link Error Pin
David Crow3-Mar-04 7:18
David Crow3-Mar-04 7:18 
GeneralRe: Link Error Pin
DougW483-Mar-04 7:44
DougW483-Mar-04 7:44 
GeneralRe: Link Error Pin
David Crow3-Mar-04 7:47
David Crow3-Mar-04 7:47 
GeneralRe: Link Error Pin
DougW483-Mar-04 8:16
DougW483-Mar-04 8:16 
GeneralMusic Application Pin
mavgoose3-Mar-04 6:16
mavgoose3-Mar-04 6:16 
GeneralRe: Music Application Pin
James R. Twine3-Mar-04 7:49
James R. Twine3-Mar-04 7:49 
Generalfatal error RC1015: cannot open include file 'afxres.h' Pin
spingkoy3-Mar-04 6:07
spingkoy3-Mar-04 6:07 
GeneralRe: fatal error RC1015: cannot open include file 'afxres.h' Pin
David Crow3-Mar-04 7:24
David Crow3-Mar-04 7:24 
GeneralRe: fatal error RC1015: cannot open include file 'afxres.h' Pin
spingkoy3-Mar-04 7:48
spingkoy3-Mar-04 7:48 
GeneralRe: fatal error RC1015: cannot open include file 'afxres.h' Pin
David Crow3-Mar-04 7:52
David Crow3-Mar-04 7:52 
GeneralRe: fatal error RC1015: cannot open include file 'afxres.h' Pin
spingkoy4-Mar-04 4:35
spingkoy4-Mar-04 4:35 
GeneralSubclassing : overloaded methods Pin
Jerome Conus3-Mar-04 5:51
Jerome Conus3-Mar-04 5:51 
GeneralRe: Subclassing : overloaded methods Pin
jmkhael3-Mar-04 6:02
jmkhael3-Mar-04 6:02 
GeneralRe: Subclassing : overloaded methods Pin
Jerome Conus3-Mar-04 9:17
Jerome Conus3-Mar-04 9:17 
GeneralRe: Subclassing : overloaded methods Pin
toxcct3-Mar-04 6:35
toxcct3-Mar-04 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.