Delphi World - это проект, являющийся сборником статей и малодокументированных возможностей  по программированию в среде Delphi. Здесь вы найдёте работы по следующим категориям: delphi, delfi, borland, bds, дельфи, делфи, дэльфи, дэлфи, programming, example, программирование, исходные коды, code, исходники, source, sources, сорцы, сорсы, soft, programs, программы, and, how, delphiworld, базы данных, графика, игры, интернет, сети, компоненты, классы, мультимедиа, ос, железо, программа, интерфейс, рабочий стол, синтаксис, технологии, файловая система...
Отладка DLL в Windows XP

Оформил: DeeCo
Автор: http://www.swissdelphicenter.ch

Until up to Win2k, you had to set the HostApplication on Start=>Parameter to debug a DLL. This will not work on Windows XP.

That Delphi will know the DLL if you run the progam, you have to do the following:

The program must load the DLL. After this, press Ctrl-Alt-M in Delphi, to list all modules. Sometimes there will be the DLL with path.

Solution:
Right click on the DLL, select "Reload symbols" and set the full path to the DLL. Now the breakpoints should be active.

When the DLL will be compiled in the system path (directory in PATH) this problem dont occur.

{****}

Bis und mit W2k hat es gereicht, unter Start=>Parameter=>HostAnwendung eine EXE an zu geben, welche die DLL lдdt. Dies reicht leider bei Windows XP nicht mehr

Damit Delphi die DLL beim Ausfьhren des Programmes erkennt, muss folgendes gemacht werden:

Das Programm muss die DLL laden. Danach Ctrl-Alt-M innerhalb von Delphi drьcken, um die Module aufzulisten. Unter umstдnden wird hier die DLL ohne Pfadangabe angezeigt. Wenn dies der Fall ist, handelt es sich um das hier beschriebene Problem.

Lцsung:
Auf die DLL klicken, ьber die rechte Maustaste "Symbole neu laden" anklicken und dann den kompletten Pfad zur DLL angeben. Jetzt sind die Breakpoints aktiv.

Falls die DLL in einen Systempfad compiliert wird (ein Verzeichnis im PATH), besteht dieses Problem nicht.
Проект Delphi World © Выпуск 2002 - 2024
Автор проекта: USU Software
Вы можете выкупить этот проект.