Re: Linker Error - Symbol Not Found
Re: Linker Error - Symbol Not Found
- Subject: Re: Linker Error - Symbol Not Found
- From: "Peter O'Gorman" <email@hidden>
- Date: Mon, 16 Apr 2012 15:30:09 -0500
On 04/16/2012 03:20 PM, koko wrote:
> So I did as suggested below and
>
> 00000000 T CPropSheet::CPropSheet(unsigned int, int)
> 00000040 T CPropSheet::CPropSheet(unsigned int, int)
>
> So it looks like the Constructor is ion the .o file. And since it is, how can the linker not find it?
The linker complained about CPropSheet::CPropSheet() (default
constructor, no arguments). The constructors listed here take arguments.
Peter
_______________________________________________
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