高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】stricmp Or Strcasecmp
stricmp or strcasecmp ?
stricmp or strcasecmp ?
i am using the mach-0 libs of dwgdirect.
i get the error :
error: 'stricmp' undeclared
i think it should be strcasecmp that should be used,
or maybe i am not using the gool library.
i am using the cocoa.framework for my project.
thanks in advance
you need to #define the following symbols for the mach-0 libs (from the supported platforms documentation):
oda_mac_osx
oda_gcc
this enables a set of replacement string functions.
|