Precompiled headers and extern "C"
Precompiled headers and extern "C"
- Subject: Precompiled headers and extern "C"
- From: "Michael Rubinstein" <email@hidden>
- Date: Thu, 30 Oct 2003 16:45:47 -0500
I just started using Xcode. I used "new project"
"framework" to create a fresh framework.
If I turn off precompiled headers, everything
works great (slowly). If I turn them on I get
messages like:
"template with C linkage"
These occur in my c++ (.cpp) source files on c++
template declarations.
The files that are included by the precompiled
header (.pch) do have things like:
extern "C"
{
#include "somefile.h"
}
But I'm sure that we're back to c++ by the end of
the pch.
BTW, the same files work, with precompiled
headers, under ProjectBuilder.
Any help will be appreciated,
Michael Rubinstein
email@hidden
_______________________________________________
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.