How can I import the Gecko 2 (used in Firefox 2) Active control into the componen开发者_StackOverflow社区t palette so I can add it to my form at design-time?
Background: I am using OmniThreadLibrary to load batch mode ADO stored procedures in the background. I am doing some slightly dodgy stuff by swapping the connection after opening the SP but that seems
I installed ibobjects in delphi 2010 to give the components a try, now I want to uninstall them, I run the uninstaller but when I complie my existing proyects I get the following error:
While porting some code from Delphi 7 to Delphi 2010 I was rewriting my LoadTextFromFile() function. function LoadTextFromFile(const aFullFileName: string): string;
I\'m trying to output the value of a TByte as its corresponding hexadezimal representation in an AnsiString.
I wrote a function in Delphi 2010 COM object. This function will return string using PChar. I tried to use the COM object in C# .net. So, i added the reference to the COM DLL in my C#. NET application
I\'ve got some code that worked fine under Delphi 2007 but breaks under D2010.It involves passing in a string, converting it to a PWideChar (sp开发者_StackOverflowecifically, a WideString pointer, not
If you put a breakpoint in System._StartExe and examine the InitTable that gets passed in, you\'ll notice that InitTable.UnitCount is greater than InitTable.TypeInfo.UnitCount.Unfortunately, neither o
I am getting to know the dbexpress firebird driver from Chau Chee-Yang (http://sites.google.com/site/dbxfirebird/)
if you compile a program in D2010 a manifest .res file is automatically generated. is it included in your program by default? or you have to include it yourself?if yes what level of privilage is given