Error starting Delphi when debugging a development-time package

I had a problem launching a second instance of Delphi 2010 to debug a development-time package. In the "Project Settings | Debugger" section, I use "C: \ Program Files \ Embarcadero \ RAD Studio \ 7.0 \ bin \ bds.exe" as the host application with these parameters: "-pDelphi -nocache"

When the package starts, the following error message appears:

enter image description here

If I continue, I get the following:

enter image description here

Then, if I continue, I get the following:

enter image description here

What am I doing wrong? It always worked before. (I repaired and uninstalled / reinstalled Delphi 2010.)

+5
source share
1 answer

​​ DDevExtensions. GetProcAddress, , . DDevExtensions bcbide140.bpl(++ Builder), , BPL (bds -pDelphi). , - .

script DDevExtensions: msbuild /p:Configuration=Release msbuild /p:Config=Release. ( "", script).

+14

All Articles