Forums

Discuss all things Remember The Milk.

menu

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?)
Posted at 12:41pm on January 7, 2008
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.
Posted 16 years ago
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.
Posted 16 years ago
This topic has now been closed automatically due to a lack of responses in the past 90 days.