Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Delphi code window doesn't receive focus on hitting breakpoints
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Q:
We have one computer at work running Delphi 4 on Win98.
When we attempt to debug our D4 exe on this machine by setting breakpoints, the D4 code window becomes the topmost window, but DOES NOT receive focus!
A:
Check that your WIN.INI file contains the following:
[Compatibility95]
DELPHI32=0x00000002
Comments:
|