Re: Linking not possible... with XCode
Re: Linking not possible... with XCode
- Subject: Re: Linking not possible... with XCode
- From: JoanBa <email@hidden>
- Date: Wed, 19 Nov 2003 10:25:28 +0100
Hi,
At last I've found the origin of the error and was my fault, sorry !!
I've seen that IOKit framework is writen in C and my code is C++, so I
need to specify the headers as extern C:
extern "C" {
#include <IOKit/hidsystem/IOHIDLib.h>
#include <IOKit/hidsystem/IOHIDParameter.h>
}
Now it links !!
Best regards,
Joan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.