Re: problems compiling httpd cli

2004-11-24 Thread William A. Rowe, Jr.
At 02:13 PM 11/24/2004, William A. Rowe, Jr. wrote: >How far does > >#import "Apache.Web.tlb" rename_namespace("Apache_Web") > >get you? Never mind. Bill

Re: problems compiling httpd cli

2004-11-24 Thread William A. Rowe, Jr.
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) : e

Re: problems compiling httpd cli

2004-11-24 Thread William A. Rowe, Jr.
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 b

Re: problems compiling httpd cli

2004-11-05 Thread Yussef Alkhamrichi
PROTECTED]> To: CLI Dev <[EMAIL PROTECTED]> Subject: Re: problems compiling httpd cli Date: Fri, 5 Nov 2004 10:41:20 -0500 I had the same problem compiling it in VS 2003. I had to the same thing to get rid of the error. It has been a while but If I remember it right, I had a similar problem w

Re: problems compiling httpd cli

2004-11-05 Thread Sencer Kutlug
I had the same problem compiling it in VS 2003. I had to the same thing to get rid of the error. It has been a while but If I remember it right, I had a similar problem with VS 2002 debug build and added the /OPT:REF flag to the linker options for Apache.Web.dll and the problem went away. That did

Re: problems compiling httpd cli

2004-11-04 Thread William A. Rowe, Jr.
Very curious - what was line 396 in your patched file? You may need to explicitly decorate it based on your intent. Bill 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 followin

problems compiling httpd cli

2004-11-03 Thread Yussef Alkhamrichi
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) : re