On 8/9/06, jayaram.g@xxxxxxx <jayaram.g@xxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx