Dear Tornado How is the climate? Too much windy? (ok... I admit that one was cheese).
> I want to use the Google Calender service in Windows and i am trying > to implement this in C. OS: Windows XP, Platform: Visual Studio 2005. > I included the libraries namely libxml and libcurl. Good, I'm happy that libgcal could be useful for you... lets move on... but be warned that this is a non-supported-by-google-library created as opensource-lone-wolf-developer, yadda, yadda. >I tried to run > the > "Get all contacts" code given in "libgcal" project in C. But when i > compile, I get lot of linking errors. Please help me to run this > service. Thanks in advance. Yep! There is this little minor-almost-non-significant issue that libgcal is tested/supported only on *nix platforms (mainly Linux and Mac OSX). *BUT* don't loose your hopes yet... there are some comments from another lad trying to use it under windows here: http://code.google.com/p/libgcal/issues/detail?id=20 I imagine that you probably open the new issue 32 (which I marked as a duplicate). The thing is simple: I don't have MS-Windows machine to test... and this is not a priority to myself... but *you* could do the difference and make it happen: 'libgcal on win32'. I used only ANSIC + libxml + libcurl on it, so should be an easy task (really) to make it run. Any doubt, idea, etc. please feel free to post on: http://groups.google.com/group/libgcal I have the impression that maybe you should check if your setup is correct (are you able to run a simple 'hello world' from curl and libxml?) and also pay attention that C != C++ (if you want to use it in a C++ project, you must use *extern*, more details in the aformentioned issue 20). Best regards Adenilson --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
