Главная страница | назад





Article #20386: The integrated debugger and NT

QUESTION:

My simple database application works on Windows 95 and 98, but gives me access violations on NT. I can run the files I create from the desktop in NT, but not from the IDE, why?

ANSWER:

In order to solve this issue, you must go to Delphi's 'Tools | Debugging Options' on the main menu and locate the 'General' tab. On this page you will find a checkbox that reads 'Integrated Debugger'. You will want to make sure that this is turned off. After this Delphi should run normally.

Last Modified: 04-JAN-00