Re: Linker Error - Symbol Not Found
Re: Linker Error - Symbol Not Found
- Subject: Re: Linker Error - Symbol Not Found
- From: koko <email@hidden>
- Date: Mon, 16 Apr 2012 15:13:52 -0600
I did
m_CPropSheet = new CPropSheet( (UINT)0,0);
and got he same error no matching constructor On Apr 16, 2012, at 3:07 PM, Peter Teeson wrote: On 2012-04-16, at 4:56 PM, koko wrote:
So I next defined the constructor as:
CPropSheet(UINT uiIconsResID, int cxIcon); (no defaults)
and upon trying to call as
m_CPropSheet = new CPropSheet(0,0);
What happens if you try m_CPropSheet = new CPropSheet(UINT 0,0);
I get this error:
no matching constructor for initialization of 'CPropSheet' [3]
I think Clang and ld are on drugs.
And Yes I have cleaned the project.
Help, Help!
-koko
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden