VBDotNetProgrammer
Programmer
Hi all,
Im having a problem with the stricmp() function. Ive been using it in VC6 and it is recognised, however I am getting this error under GCC.
error: `stricmp` undeclared (first use this function)
Does this just mean that the stricmp function does not exist in the unix version of the string library?
im using #include <string> just as in windows.
Any ideas how i can rectify this?
Thanks
Im having a problem with the stricmp() function. Ive been using it in VC6 and it is recognised, however I am getting this error under GCC.
error: `stricmp` undeclared (first use this function)
Does this just mean that the stricmp function does not exist in the unix version of the string library?
im using #include <string> just as in windows.
Any ideas how i can rectify this?
Thanks