RDP1974 40 Posted January 6, 2023 hi, does anybody has isapi filters under Windows 2022 server 10.0.20348.1366? using D11.2, also with empty project (sdk iis 7.0 headers) -> getprocaddress error on dll loading plz tell me if you have delphi isapi filters running in w2022s? thank you Share this post Link to post
Angus Robertson 574 Posted January 6, 2023 Yes, I have a page password protection ISAPI filter running on my public W2022 servers, but the DLL date stamp is May 2005 so not built with a recent version of Delphi, still works fine after all these years, as good applications should. Angus Share this post Link to post
RDP1974 40 Posted January 6, 2023 a 32bit isapi I suppose (2005) maybe 64bit ver sdk iis 7.0 are problematic under win2022 or maybe some permission related things Share this post Link to post
RDP1974 40 Posted January 7, 2023 (edited) solved, the problem was in the headers translation from the c sdk need to pass types using var instead of pointer somewhere isapi unit that comes with delphi has not this problem Edited January 7, 2023 by RDP1974 Share this post Link to post