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.

Jayaram Ganapathy
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


Reply via email to