Just a guess, but if you look at Module view for your procedures, are any procedures erroneosly “hosted in” that DLL? If so, perhaps re-homing those procedures would help?
Export to TXA, find reference to lib, if there’s no procedure calls or template code refering to the lib, remove it, reimport TXA. If procedure calls or template code refers to the lib, investigate those in the app, before exporting app to TXA again.
Backup before doing any TXA editting or at least import the edited TXA into a new app file.
There are hidden gotcha’s with Clarion and I dont know if more have been added in the C7+ IDE.
I confirmed the offending entry was not referenced by any procedures in the module. I then exported all the procedures using the Selective Export option, then deleted all the associated files for the app and recreated the app file. I imported the dumped procedures, and successfully compiled the application. Thankyou jslarce & RchdR for your imput.