I build a application with delphi Xe, compile examples and all rigth, i see black window with message http://localhost:88 – open in browser, i put the URL in my navigator and all correct, after i build any application but now for apache 2.2, and i have a archivo.so, I used raudus.wikispaces.com/Deployment+-+Apache2.2 but http.exe send this message Can’t locate API module structure `FormsHidden_module’ in file E:/proyectos_raudus/directorio2/Debug/Win32/Project2.so: No error.
My project have the next.
exports apache_module name ‘Project1_module’;
begin
Application.Initialize;
Application.Config.SchedulerMode := rsmRunInSuperThread;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
I can´t activate apache with this error, can you help me or some idea, I am very,very happy with this software i i want us it. Thanks
Avisponverde from Mexico