Questions tagged as 'delphi-5'

0
answers

Problem when trying to exclude with a delphi 5 a dll made in C # using COM

I have a DLL that I use to make PDF's digital signature created in C # (Digital SignaturePdf.dll), it in turn uses a dll that handles PDF files (itextsharp.dll), I load it into Delphi and execute signatures without problems . I've embedded th...
asked by 09.11.2018 / 18:27
1
answer

Delphi Browsing the Nodes of an XML (DOM)

I have the following code, but I am not able to list the node name and its value. I can search and show the main node [ide] but the sub-node that would be [cUF] + value this I can not. procedure TForm1.Button3Click(Sender: TObject); var...
asked by 05.11.2018 / 14:35