You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Eva Yiin <ey...@exchange.ml.com> on 2001/01/23 05:26:11 UTC

mod_isapi/7113: mod_isapi.c is getting "LPHSE_URL_MAPEX_INFO" undefined error.

>Number:         7113
>Category:       mod_isapi
>Synopsis:       mod_isapi.c is getting "LPHSE_URL_MAPEX_INFO" undefined error.
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Jan 22 20:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     eyiin@exchange.ml.com
>Release:        1.3
>Organization:
apache
>Environment:
NT 4.0 with VC++ 5.
>Description:
        cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "WIN32_L
mod_isapi.c
.\os\win32\mod_isapi.c(667) : error C2065: 'LPHSE_URL_MAPEX_INFO' : undeclared identifier
.\os\win32\mod_isapi.c(667) : error C2146: syntax error : missing ';' before identifier 'info'
.\os\win32\mod_isapi.c(667) : error C2065: 'info' : undeclared identifier
.\os\win32\mod_isapi.c(667) : error C2146: syntax error : missing ';' before identifier 'lpdwDataType'
.\os\win32\mod_isapi.c(668) : error C2143: syntax error : missing ';' before 'type'
.\os\win32\mod_isapi.c(670) : error C2065: 'test_uri' : undeclared identifier
.\os\win32\mod_isapi.c(670) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
.\os\win32\mod_isapi.c(670) : warning C4024: 'ap_sub_req_lookup_uri' : different types for formal and actual parameter
.\os\win32\mod_isapi.c(671) : error C2223: left of '->cchMatchingURL' must point to struct/union
.\os\win32\mod_isapi.c(671) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
.\os\win32\mod_isapi.c(671) : warning C4024: 'strlen' : different types for formal and actual parameter 1
>How-To-Repeat:

>Fix:
Do I miss some headers?
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]