A while ago I had this issue with Delphi 2007 unable to run and debug apps while the logitech webcam driver runs.

Apparently the Logitech Driver inserts a stub into every process running, thereby messing up the debugger's offset.

It's been a year and a bit - is this still an issue? Has Logitech cleaned up their act or do I have to dump my webcam for another brand?

link|improve this question

47% accept rate
2  
It is one of the reasons I do all my development inside virtual machines; webcams and stuff are on the host, and the VMs are a controlled environment (which can be very 'uncontrolled' to reproduce specific cases) – Jeroen Wiert Pluimers Oct 15 '09 at 14:20
I use VMs but just to test on a clean machine. – Hein du Plessis Oct 17 '09 at 13:23
feedback

1 Answer

According to Olaf Monien the problem still happening even in Delphi 2009

Apparently even with the latest Logitech drivers (11.1.0.2030 at the time of writing this), this error is still there (or maybe there again) and affects Delphi 2009 too.

Logitech still does not update the driver, reported by Olaf.

alt text

More references

link|improve this answer
Thanks. Wow it's really bad developing practice, injecting code into every other running process. On Marco Canto it's reported that there's a host of other apps that are also killed because of this - including Alcohol 120%. blog.marcocantu.com/blog/delphi2007_quickcam.html Well, to the bin with my webcam! Hello M$ – Hein du Plessis Oct 17 '09 at 13:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.