I can’t do the 14th, will hae to get back to you about the 20th (I usually have something else on mondays).
Hi Vincent
I am getting the following error when compiling a package of mine:
[Exec Warning] DPM.CopyLocal.targets(13): The command ““dpm” copylocal “T:\delphiXERO-master\packages\Delphi13\MyDelphiXEROPKG.dproj” -platform=Win32 -config=Debug -outputDir=“T:\delphiXERO-master\Win32\Debug\pkg" -compiler=delphi13.0 -usePackages= -runtimePackages=””" exited with code 9009.
Would you please indicate what the exit code 9009 means.
Regards
Graeme
I have no idea, it’s not one we use deliberately.
What packages do you have installed. Copy local usually just exits immediately unless the package has a binary (dll’s, bpl’s) that need to be copied to the output folder.
Looking into it.
Is dpm added to your system path? The error is actually a windows error “Command not found” - it’s not finding dpm.exe
Is this happening in the IDE, or in DSpecCreator or command line?
The work around is to install dpm again and ensure the option to add it to the path is checked.
We should be able to fix the IDE plugin and DSpecCreator to not need it on the path.