End Google Ads 201810 - BS.net 01 --> Hi,

I am working on a simple win32 console based application in C in visual studio2005.
My application uses a third party static library.
So I have included the path of the library and the library in additional dependencies for linker input.

My code compiles and works fine if I compile this code as C++ code.
But If I want to compile this as C code, for the same library functions, I am getting unresolved external symbols.
Can any one please let me know, if I have to change anything for this library to compile as C code.?
Regards,
Sunil Kumar