Hi,
Strange, but did someone ever been able to load an dll using apr_dso_load?
If not here is the patch:


Index: dso.c
===================================================================
RCS file: /home/cvspublic/apr/dso/win32/dso.c,v
retrieving revision 1.23
diff -u -r1.23 dso.c
--- dso.c       2001/09/04 21:20:57     1.23
+++ dso.c       2001/09/19 18:26:46
@@ -75,7 +75,7 @@
                                        const char *path, apr_pool_t *ctx)
 {
     HINSTANCE os_handle;
-    apr_status_t rv;
+    apr_status_t rv = APR_SUCCESS;
     UINT em;
 
 #if APR_HAS_UNICODE_FS






Mladen Turk
MCSE/GIS Specialist
MappingSoft
mailto: [ [EMAIL PROTECTED] ]
http://apache.mappingsoft.com
 

Reply via email to