I have recently installed IE9 and I think that is the reason why my delphi 2010 does not work anymore. Does anything this could be related. and how co开发者_JAVA百科uld i solve it. This is driving me
With FastMM4 one can easily register a leaked pointer, but not a leaked string. Apparently the @ operator applied to a string is not really giving us the whole string, nor is PChar(string); What can I
How do I display an Outlook message file using Delphi 2010? Is there a way to wra开发者_StackOverflow中文版p an Outlook app and open it within Delphi?Use something like the following:
i want to post data to the following url: http://mehratin.heroku.com/personals/new i write the following code but has problem:
i write the following code to send Unicode string to web server procedure TForm1.Button1Click(Sender: TObject);
Is it possible, in any way, to pass a Generic Record in an array of const argument to a function call ?
I want to add a checkbox or other VCL component to the TSaveDialog. Cantu says, The new Vista Open and Save dialog boxes (implemented by the IFileOpenDialog and
How do I create a UDF for MySQL using Delphi? Does anyone have any code templates? I want the code template to be integrated in Delphi versions(2007 and upper), so I need these templates to be usabl
I get an e开发者_开发技巧rror whenever I try do a request to a SOAP service: Unmarshalling Error: unexpected element (uri:\"http://www.domain.com/ws/servicename/\", local:\"dummyArg\"). Expected ele
I\'m embeding PHP in my app (writen in Delphi 2010), using PHP4Delphi component to interface with php5ts.dll.