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 13:18:09 -0600
I did nm on CPropSheet.o and found
00038440 S __ZTI14CPropertySheet
00038420 S __ZTS14CPropertySheet
which I assume are the constructor and destructor.
Does any of this make sense to anyone?
-koko
On Apr 16, 2012, at 12:25 PM, lbland wrote:
> hi-
>
> On Apr 16, 2012, at 2:02 PM, koko wrote:
>
>> With CPropSheet.cpp selected in the Project Navigator the Utilities Panel shows it as a member of the Target I am building.
>
> as an experiment, place this:
>
> CPropSheet();
>
> before this:
>
> m_CPropSheet = new CPropSheet();
>
> ... and see if it links (I'd think it would link either way ... but ... ) .
>
> thanks!-
>
> -lance
>
>
_______________________________________________
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