Re: [DUG] Debug Windows 7 UAC

2011-02-08 Thread John Bird
?Jeremy's suggestion worked fine. Start Delphi by right click icon and select "Run as Administrator" hey presto debugging works. I should have thought of that, but I didn't so thanks. John -Original Message- From: David O'Brien Sent: Wednesday, February 09, 2011 2:16 PM To: NZ Borland

Re: [DUG] Debug Windows 7 UAC

2011-02-08 Thread David O'Brien
Just as a silly thought, why not run the proggy external to the IDE and attach to the process? Haven't tried this for a long, long time, but it may work... -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Wednesday, 9

Re: [DUG] Debug Windows 7 UAC

2011-02-08 Thread Jeremy North
___ >> NZ Borland Developers Group - Delphi mailing list >> Post: delphi@delphi.org.nz >> Admin: http://delphi.org.nz/mailman/listinfo/delphi >> Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: uns

Re: [DUG] Debug Windows 7 UAC

2011-02-08 Thread Rohit Gupta
email to delphi-requ...@delphi.org.nz with Subject: unsubscribe __ Information from ESET NOD32 Antivirus, version of virus signature database 5857 (20110208) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32

[DUG] Debug Windows 7 UAC

2011-02-08 Thread John Bird
?Trying to debug a problem in a program that requires elevation - (it copies exe files from an update to a working folder). I cannot run hence debug it in the IDE, are there any ways to debug such a program? I want to step through it to see where the access violation is. Windows 7/D2007 John