intraweb

DEP preventing my COM DLL from working

▼魔方 西西 提交于 2020-01-25 03:14:28
问题 I'm trying to use a COM DLL (written in Delphi 7) within my Delphi 7 IntraWeb application but it's failing due to DEP. I'm pretty much certain it's DEP that is preventing me from using the DLL because if I compile and run my IntraWeb app as a StandAlone Server, everything works fine. But, compiling and runnning it as an ISAPI DLL, it fails. On WinXP (using IIS 6) I can add DllHost.exe to DEP and everything works. Of course, I really don't want to do that. On Win7/2008 (IIS 7) this isn't an

Coinitialize error on IntraWeb using ADO

萝らか妹 提交于 2019-12-10 10:08:28
问题 Already asked on the Evil Exchange, but as always that was no help. I'm having this problem today: When creating a stand alone web application using IntraWeb, I get this exception in the IDE when I try to test out a session from my app in the browser: First chance exception at $7C812A6B. Exception class EOleSysError with message 'CoInitialize has not been called'. Process WebContactManager.exe (1112) If I click "continue" on the IDE exception dialog, the browser itself just shows: 200 OK ..

Alternatives for IntraWeb in Delphi? [closed]

核能气质少年 提交于 2019-12-06 07:28:39
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Are there any alternatives for IntraWeb for Delphi, if I want to write a simple but meaningful webserver in Delphi? 回答1: I've been doing Cold Fusion, PHP and ASP work when I was also doing Delphi work, and found it strange I was writing server-side script that would get parsed over and over, while there's a

Coinitialize error on IntraWeb using ADO

时间秒杀一切 提交于 2019-12-05 18:48:10
Already asked on the Evil Exchange, but as always that was no help. I'm having this problem today: When creating a stand alone web application using IntraWeb, I get this exception in the IDE when I try to test out a session from my app in the browser: First chance exception at $7C812A6B. Exception class EOleSysError with message 'CoInitialize has not been called'. Process WebContactManager.exe (1112) If I click "continue" on the IDE exception dialog, the browser itself just shows: 200 OK ...rather than the controls on my main form. This error does not seem to occur when I replace ADO with

SSL Issues with IntraWeb - Delphi 2007

妖精的绣舞 提交于 2019-12-05 02:49:23
问题 I've been trying to SSL working on my IW program for the last little while and I keep running up against the 'Could not load SSL Library'. I've followed every piece of advice I could find on the subject, but still no joy. I've tried the suggested DLLs in both the local directory and in system32. Does anyone have a definitive answer about what OpenSSL DLLs I should be using? And what build of them? Or any other ideas at all? Indy: updated to the most recent snapshot yesterday IntraWeb: stock

Alternatives for IntraWeb in Delphi? [closed]

左心房为你撑大大i 提交于 2019-12-04 12:22:13
Are there any alternatives for IntraWeb for Delphi, if I want to write a simple but meaningful webserver in Delphi? I've been doing Cold Fusion, PHP and ASP work when I was also doing Delphi work, and found it strange I was writing server-side script that would get parsed over and over, while there's a really good and fast Delphi compiler! So I went out and started http://xxm.sf.net/ It provides a way to combine HTML and Object Pascal into the same files, works with IIS, Apache, Internet Explorer, FireFox, and has a plain HTTP implementation using TTcpServer also. When you make changes to the

SSL Issues with IntraWeb - Delphi 2007

元气小坏坏 提交于 2019-12-03 16:17:17
I've been trying to SSL working on my IW program for the last little while and I keep running up against the 'Could not load SSL Library'. I've followed every piece of advice I could find on the subject, but still no joy. I've tried the suggested DLLs in both the local directory and in system32. Does anyone have a definitive answer about what OpenSSL DLLs I should be using? And what build of them? Or any other ideas at all? Indy: updated to the most recent snapshot yesterday IntraWeb: stock D2007 installed This is running on a Vista machine, if that makes any difference. TIA, Trevor SOLVED: It