This is a discussion on Query Reg writing a loadable DLL for Apache 2.0.55 in Windows platform... within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi Friends, I created one DLL as per the guidelines available for creating a module. Though on loading my module, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Friends,
I created one DLL as per the guidelines available for creating a module. Though on loading my module, I receive an error like: Can't locate API module structure `ca_module' in file C:/Program Files/webagent/bin/smagentexample.dll: No error I got this error when i try to load my DLL. i.e, i made this entry in httpd.conf file. My questions are the same, quoting them for your reference: 1. Can I write a module for apache 2.0.55 in CPP.(In windows paltform) 2. What are the settings that I need to do so that Apache would be able to locate the module that I defined in the DLL. Please help me to resolve this error. Thanks & Regards, Sriram. |