I created one service which is running in one server and I need to copy directory from another server to directory in this server through this service. The service is failed when finding directory spe
I have a WCF service based on basicHTTPBinding. I am calling this service from Delphi 7 and .NET form. The D7 client is able to successfully call the Operation that has primitive input and output type
Hi i want to use TEncoding开发者_高级运维 to convert Tbytes to utf7but when i use TEncoding delphi gives following error.
I\'m trying to use a COM DLL (written in Delphi 7) within my Delphi 7 IntraWeb application but it\'s failing due to DEP. I\'m pretty much certain it\'s DEP that is preventing me from using the DLL bec
I have searched many forums and many web sites but i didn\'t find the required solution.I had a requirement to show the number of notifications to buttons .When the form Loads.If the notifications are
I found the brilliant Delphi Chromium proj开发者_高级运维ect for embedding Chrome in a Delphi form.It works well in Delphi7 after a bit of hacking and I can get the demo app running.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
As is sometimes usual in visual applications, I have some code where data is maintained in a visual component (a TTreeView component). I\'m refactoring the code and creating unit tests for the logic.
I have developed an application in Delphi 7 which will send multi-part emails (both in Text and Html format). Now i want to test it using Outlook 2007.
I ask a question here How to create simple XML in OmniXML and I get an answer from Gavin Watkinson. I create the unit: