I want to create simpe native windows app in C++ thet would work as openID client. I wonder if out there are any openID C++ libraries?
Asked
Active
Viewed 144 times
3 Answers
0
Have you tried KIN::libopkele, referenced in this question?
-
As you can see I need a library buildable and supported on\for Windows. – Rella Jul 18 '11 at 00:40
0
The thing I can find is this: http://kin.klever.net/libopkele/

Sơn Trần-Nguyễn
- 2,188
- 1
- 26
- 30
-
Are there any totorials on its compilation for windows? Are there any other libs for C++? – Rella Jul 18 '11 at 00:41
-
Here is one attempt to build for Visual C++ on Windows: http://orenosv.com/blog/2008/08/24/windows-port-of-libopkele-openid-library-in-c/ – Sơn Trần-Nguyễn Jul 19 '11 at 05:53
0
I haven't personally tried it on windows, but I know people have — http://orenosv.com/blog/2008/08/24/windows-port-of-libopkele-openid-library-in-c/ — hope this will be of help.

Michael Krelin - hacker
- 138,757
- 24
- 193
- 173