On 16 May 2011, at 10:48pm, john darnell wrote: > sourcecode.c > sourcecode.c.c > sourcecode.c.h > sourcecode.c.objc > sourcecode.cpp > sourcecode.cpp.cpp > sourcecode.cpp.h > sourcecode.cpp.objcpp > > The default filetype for SQLite3.c was sourcecode.c.c. The default filetype > for SQLite3.h was sourcode.c.c
Well, they should be options 1 and 3 respectively. 2 and 3 will also be fine. Anything else may cause problems. > For grins I looked at a .CPP file and its file type was sourcecode.cpp.cpp I hadn't come across the '.c.c' convention before but now I understand it. They're using it to distinguish between C (.c.) and C++ (.cpp.). The confusions between them is what caused your errors in the first place. Somewhere in the Developer tools you can find at least one example file in every language Xcode can handle, up to and including AppleScript. Or maybe they've moved them to the downloadable sample files now. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

