Most voted "delphi-5" questions
3 questions
Sort by count of
-
4
votes0
answers132
viewsProblem trying to delete a c# dll with Delphi 5 using COM
I have a DLL that I use to perform digital signature of PDF’s created in c# (Assinaturadigitalpdf.dll), it in turn uses a dll that handles PDF files (itextsharp.dll), I load it into Delphi and run…
-
1
votes1
answer1390
viewsDelphi Traversing An XML Nodes (DOM)
I have the code below, but I’m not able to list the node name and its value. I can search and show the main node type [ide] but the sub-node that would be [Cuf] + value that I can’t. procedure…
-
0
votes0
answers40
viewsProblem with Reading XML NF-e det tag
I’m having trouble reading the tag <det> to collect taxes. Use Delphi 5 with class MSXML2_TLB to read the XML. Only missing knowledge to finalize this part of the routine I’m having trouble…