Re: Compiling error while compiling VC++ code on Ubuntu using GCC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.





[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux