You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fhirnpp.fbp8 references the project install/helper/installer.dpr, which presumably builds the installer.dll referenced in install-npp.iss. This DLL contains the function MyDllDownloadPackages, which is the one that fails in issue #107. This stops any attempts at resolving the issue (which I had as well), unless one were to restart the installation, hunt down the DLL among the temporary files created somewhere by one of the four copies of the installer that get started, and then run a disassembler like IDA on it. I started to, but trying to identify the issue based on disassembling a 5 MB dll without any debug information whatsoever is a complete waste of time. It is tricky enough even when the source code is available and the full force of the Delphi IDE can be brought to bear on the issue.
The text was updated successfully, but these errors were encountered:
oh. well, I'm phasing out the npp thing, and I don't know where the source for install/helper has gone. I didn't think any of the installs needed it, and the npp install should remove the dependency I think
fhirnpp.fbp8
references the projectinstall/helper/installer.dpr
, which presumably builds theinstaller.dll
referenced ininstall-npp.iss
. This DLL contains the functionMyDllDownloadPackages
, which is the one that fails in issue #107. This stops any attempts at resolving the issue (which I had as well), unless one were to restart the installation, hunt down the DLL among the temporary files created somewhere by one of the four copies of the installer that get started, and then run a disassembler like IDA on it. I started to, but trying to identify the issue based on disassembling a 5 MB dll without any debug information whatsoever is a complete waste of time. It is tricky enough even when the source code is available and the full force of the Delphi IDE can be brought to bear on the issue.The text was updated successfully, but these errors were encountered: