[DUG] Delphi 6, win2003 server and DEP

2007-08-22 Thread Tracey
Hiya Does anyone know much about the issue with early versions of Delphi and win2k3 DEP issues? I have been suffering from this I believe for some time and I really need to overcome it. I suspect I may be able to upgrade to D7 and apply the Delphi SOAP runtime patch to overcome this but

RE: [DUG] Delphi 6, win2003 server and DEP

2007-08-22 Thread Myles Penlington
I presume you mean D2007 and not D7? From D2007 onwards (not certain if this also applies to D2006), then debugger has been changed to avoid DEP issues. And yes I think from memory, there was also path to some of the SOAP code to also avoid the same issue. A search of QC should find the

RE: [DUG] Delphi 6, win2003 server and DEP

2007-08-22 Thread Tracey
Nope I mean D7. Apparently this fix relates to D7 and up, and I have D7 and D8 (which I will never use again) I'd rather not have to purchase 2007 Im not even sure if the SOAP runtime is relevant, as my app is just a plain old standalone cgi app. _ From: [EMAIL PROTECTED]

RE: [DUG] Delphi 6, win2003 server and DEP

2007-08-22 Thread Myles Penlington
Are you saying your app suffers from DEP or only while debugging do you suffer from DEP? If only while debugging then you need D2007. AFAIK, there is no support/updates available for D7 that relate to DEP. There may be a D7 SOAP only fix, but that is just at run-time issue and if your app is a

[DUG] My turn for D2k7 Update 2 issues

2007-08-22 Thread Jeremy Coulter
Hi all. Just ran up D2k7 for the first time in a few weeks, and it applied Update 2. Great, EXCEPT, when I run an app. it just sits there Linking with no activity happening and the CPU sitting at 50% and the memory at about notmal, 140MB odd, and it just sits and sits and sits... I can do a

Re: [DUG] My turn for D2k7 Update 2 issues

2007-08-22 Thread Jeremy North
Close everything. Delete the DPROJ file and load up the project again. Mighten help, but it'll make you feel good because you are trying something g On 8/23/07, Jeremy Coulter [EMAIL PROTECTED] wrote: Hi all. Just ran up D2k7 for the first time in a few weeks, and it applied Update 2. Great,

Re: [DUG] My turn for D2k7 Update 2 issues

2007-08-22 Thread Jeremy Coulter
haha...good onewell I WILL try it. I also deleted my old DCU's too, but will try this (the other) Jeremy -Original Message- From: Jeremy North [EMAIL PROTECTED] To: NZ Borland Developers Group - Delphi List delphi@delphi.org.nz Date: Thu, 23 Aug 2007 11:38:07 +1000 Subject:

Re: [DUG] My turn for D2k7 Update 2 issues

2007-08-22 Thread Jeremy Coulter
wholy CRAP !! IT WORKED !!! Thanks Jeremy. Jeremy :-) -Original Message- From: Jeremy North [EMAIL PROTECTED] To: NZ Borland Developers Group - Delphi List delphi@delphi.org.nz Date: Thu, 23 Aug 2007 11:38:07 +1000 Subject: Re: [DUG] My turn for D2k7 Update 2 issues Close

RE: [DUG] Delphi 6, win2003 server and DEP

2007-08-22 Thread Tracey
Web cgi apps? Like I said, all my apps run ok apart from one.. And there is no (discernable) difference between them _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leigh Wanstead Sent: Thursday, 23 August 2007 1:37 p.m. To: NZ Borland Developers Group - Delphi List

Re: [DUG] My turn for D2k7 Update 2 issues

2007-08-22 Thread Jeremy North
No problem. Perhaps some references in the project file got messed up. On 8/23/07, Jeremy Coulter [EMAIL PROTECTED] wrote: wholy CRAP !! IT WORKED !!! ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin:

RE: [DUG] Delphi 6, win2003 server and DEP

2007-08-22 Thread Tracey
Looks like the DEP track might be a goose chase, I have disabled DEP and still get the same errors. Starting again... _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracey Sent: Thursday, 23 August 2007 1:40 p.m. To: 'NZ Borland Developers Group - Delphi

RE: [DUG] Delphi 6, win2003 server and DEP

2007-08-22 Thread Myles Penlington
I believe you can turn DEP off for just a single application if required. Prob the best option in the meantime. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracey Sent: Thursday, 23 August 2007 01:40 To: 'NZ Borland Developers Group - Delphi List' Subject: RE: [DUG] Delphi

RE: [DUG] Delphi 6, win2003 server and DEP

2007-08-22 Thread Stephen Barker
Tracey, Are you not able to debug your cgi app? Why is that not an option? If it is a setup thing, this is what I use: Install lightweight web server, e.g. Omni (http://www.omnicron.ca/httpd/download.html http://www.omnicron.ca/httpd/download.html ) In Delphi, Run/Parameters/host application: