Thursday, August 25, 2005

CyberLink for C : I have released the new library for UPnP developers as a open source project.

I have released the other similar libraries using C++ and Java, but the new library is wrote only using C. The new library supports all UPnP functions, but it is small and fast for embedded platforms.

As the embedded platform, the CyberLink supports T-Engine platforms. I have ported CyberLink for C++ to the platform too, and I will release the new package soon.

CyberLink for C is supported from IPA, INFORMATION-TECHNOLOGY PROMOTION AGENCY, JAPAN, and there are very useful contributes from the trial users. Thanks for Theo Beisch, Johannes Gutlebe, Aapo Makela and Rosfran Borges.

Comments:
When trying to compile CyberLink for C++ on my Gentoo Linux box, I had to change line 143 in src/cybergarage/xml/XML.cpp by removing the "const" from the cast of the second parameter as this was causing the compile to fail on my machine. It seems that the iconv library on my box expects this parameter to be simple a char **, not a const char **. Just thought I would pass this on.
 
Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?