Ask a Question related to Mac Programming, Design and Development.
-
Alain Birtz #1
Where is "strcasestr" defined ?
According to man page "strcasestr" must be in <string.h> but it was not there...
Alain Birtz Guest
-
"Undefined subroutine" error (but it's defined, I think?)
I have a program divided into 3 modules plus a main script, and some of the modules call functions within other modules. Most of the time this... -
SQL0266N Node "1" is not defined
Hi all! I'm trying to add partition group using Control Center. At the end of this process I've got error: SQL0266N Node "1" is not defined.... -
Help Please: 'Warning 5001 global variable "iF_timer" already defined in global scope
Hi there, I have just started to get this error: 'Warning 5001 global variable "iF_timer" already defined in global scope The variable name... -
Error in CreatObject(""): 32797: Application-defined or object-define error
Hi, I am getting "Application-defined or object-define error" when trying to instantiate an MTS component. However, when I run the VB source-code... -
Data Set Definitions "Not Defined" when built
I am developing a web applications that uses lots of data forms to display, input and update. During development, I have tested the code, adapters... -
Frederick Cheung #2
Re: Where is "strcasestr" defined ?
On Fri, 26 Sep 2003, Alain Birtz wrote:
Sounds like an error in the documentation as grepping /usr/include for it> According to man page "strcasestr" must be in <string.h> but it was not there...
>
found nothing, and doing an nm on libc didn't find anything either.
Fred
Frederick Cheung Guest



Reply With Quote

