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 14:20:21 -0600
So I did as suggested below and
00000000 T CPropSheet::CPropSheet(unsigned int, int)
00038494 S __ZN10CPropSheetC1Eji.eh
00000040 T CPropSheet::CPropSheet(unsigned int, int)
000384d0 S __ZN10CPropSheetC2Eji.eh
00000300 T CPropSheet::~CPropSheet()
00038588 S __ZN10CPropSheetD0Ev.eh
00000360 T CPropSheet::~CPropSheet()
000385a8 S __ZN10CPropSheetD1Ev.eh
00000380 T CPropSheet::~CPropSheet()
000385c4 S __ZN10CPropSheetD2Ev.eh
So it looks like the Constructor is ion the .o file. And since it is, how can the linker not find it?
-koko
On Apr 16, 2012, at 2:06 PM, Peter O'Gorman wrote:
> nm foo.o | c++filt
_______________________________________________
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