At 12:09 PM 11/24/2004, William A. Rowe, Jr. wrote:
>At 03:59 PM 11/3/2004, Yussef Alkhamrichi wrote:
>>I wanted to extend the available ServerVariables that the mod_aspnet passes
>>to the ASP.NET environment and got the following error when compiling the
>>module:
>>
>>mod_aspdotnet.cpp(396) : error C2872: 'request_rec' : ambiguous symbol
>> could be 'c:\Program Files\Apache\include\httpd.h(682) : request_rec'
>> or
>>'c:\OSS\httpd-cli\branches\mod_aspdotnet\v2.0.0\Debug\apache.web.tlh(24) :
>>Apache_Web::request_rec'
>>
>>i've changed
>>
>>#import "Apache.Web.tlb"
>>using namespace Apache_Web;
>>
>>in the file mod_aspdotnet.cpp into
>>
>>#import "Apache.Web.tlb" \
>> exclude("server_rec","apr_finfo_t", "request_rec")
>>using namespace Apache_Web;
How far does
#import "Apache.Web.tlb" rename_namespace("Apache_Web")
get you?