On 7 August 2013 09:38, Raman wrote: > now i am getting error message : > > CRuntimeDll.cpp: In function âint getInfoInC(char*, char*, char*, char*, > char*, int, scr_Entitlement_t**, char**)â: > CRuntimeDll.cpp:48: error: â_stricmpâ was not declared in this scope That function only exists on Windows, you can use strcasecmp instead on GNU/Linux.