API programming
ido2 says:
I would like to write a program in C++ (win32) which would get one of the task lists and just output it to console.
has anyone ported the API to work on win32 ?
is there a simpler way (maybe to get the tasks via xml or something?)
has anyone ported the API to work on win32 ?
is there a simpler way (maybe to get the tasks via xml or something?)
deterb says:
You can use Win32 to write the stuff, the API is designed to send http requests back and forth, so find how to do that and you have it made. I personally prefer perl or to use the cygwin bash for that type of work, but whatever works for you.
ido2 says:
I know it could be done, but I asked if is there a working example i could see for c++/win32.
A other code written in c++, thats why i don't use those.
A other code written in c++, thats why i don't use those.