I have scoured the archives and the web in general looking for a sample XCode project that uses FreeTDS. Does anyone know where one can be found or would anyone be kind enough to share some source code with me? What I have done so far is to compile FreeTDS 0.82 on my system and successfully test it to a SQL Server database via tsql. I have added /usr/local/include to my projects header search paths. I then import <FreeTDS/sybfront.h> and <FreeTDS/sybdb.h> but when I go to compile with just the imports and no code referencing the headers I get an error "conflicting types for BOOL." It looks like BOOL is conditionally compiled inside sybdb.h and even though the condition is not met it seems like the compiler is struggling with it.

Anyway, I have banged my head against this for several steps and am wondering if someone has the goods. If not can someone help me past this problem?

TIA

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to