DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12779>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12779

Link error for _ap_load_dll_func

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-09-18 16:23 -------

  ap_load_dll_func is a ugly stub to the native api.  No, we will not be
  exporting that function

  It is actually a duplicate of the same functionality in apr 
  (misc/win32/misc.c?)  That was EXPLICITLY voted on as not-for-export,
  and determined to be an internal Native API only.  This is why it had
  to be duplicated in ap (util_win32.)  You are welcome to 

    1) ask us to revisit this decision by posting to dev@apr.apache.org
       with a convincing case.
    2) borrow the code for your own implementation under the Apache 
       License.

  Finally, ap/apr aren't in the business of extending the Native API, but
  providing cross-platform wrappers between many operating systems.  

  Please look at srclib/apr/include/apr_dso.h for the cross-platform
  solution that we already provided.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to