Hi Shifeng, When you want to link with C lib's from C++, you have to tell the compiler, that the functions in the lib have C style linkage. That is usually done by specifying the functions as 'extern C' in the header file of the lib. Yours sincerely, bjorn