Hi,
As said in the subject...
The attached file ApacheMonitor.exe.manifest needs to be copied in the /support/win32/ dir.



Index: ApacheMonitor.rc =================================================================== RCS file: /home/cvspublic/httpd-2.0/support/win32/ApacheMonitor.rc,v retrieving revision 1.23 diff -u -r1.23 ApacheMonitor.rc --- ApacheMonitor.rc 9 Feb 2004 20:40:52 -0000 1.23 +++ ApacheMonitor.rc 15 Mar 2004 13:33:27 -0000 @@ -21,7 +21,10 @@ IDI_ICOSTOP ICON DISCARDABLE "apstop.ico" IDI_ICORUN ICON DISCARDABLE "aprun.ico"

-IDD_DLGSERVICES DIALOGEX 0, 0, 350, 188
+1 24 "ApacheMonitor.exe.manifest"
+
+
+IDD_DLGSERVICES DIALOGEX 0, 0, 350, 192
STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_MINIMIZEBOX | WS_VISIBLE |
WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT




<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86"
 name="Apache Software Foundation.Apache HTTP Server.ApacheMonitor" type="win32" /> 
<description>Apache HTTP Server Monitor</description> 
<dependency> 
<dependentAssembly> 
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
 version="6.0.0.0" processorArchitecture="X86"
 publicKeyToken="6595b64144ccf1df" language="*" /> 
</dependentAssembly> 
</dependency> 
</assembly> 

Reply via email to