On 8/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hi All,

                os_handle = LoadLibraryExW(wpath, NULL, 0);
                if (!os_handle)
                        os_handle = LoadLibraryExW(wpath, NULL,
LOAD_WITH_ALTERED_SEARCH_PATH);
                if (!os_handle)
is not able to load my customised mod_echo.so in Windows. I link an
additional lib file to the mod_echo.so and call a method. The mod_echo size
is approximately 3MB. Is it because of the big size the LoadModule is
failing?
Somebody please help.

You might find more help on the module developers mailing list:
http://modules.apache.org/subscribe

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to