Posts

Free #TeeChart update for RAD XE5, just released: http://cc.embarcadero.com/Item/29708

Free #TeeChart update for RAD XE5, just released: http://cc.embarcadero.com/Item/29708
I'm working on a port to Delphi from Visual Foxpro 9.0, anyone knows about a good converter for forms? I tried scx2dfm 1.5, but some forms didn't make it, not to mention that all the code is lost in translation. What I need is something that at least puts code as comments (there are 300+ forms in the original code)

InterBase

https://plus.google.com/101432152610774604658

Originally shared by InterBase

Originally shared by InterBase Want a free trial or developer edition of InterBase embeddable database? Click here to download http://embt.co/DownloadIB http://embt.co/DownloadIB

Hello

Hello, Given :  Type   TMyObject = Class(TInterfacedObject, IComparable)   Public     Name   : String;     Value: LongInt;     Function CompareTo(Obj: TObject): Integer;   End;   ... Function TMyObject.CompareTo(Obj: TObject): Integer;  Var   ObjComp: TMyObject;  Begin   ObjComp := Obj As TMyObject;   result := self.Value - obj.Value; End; The CompareTo  method is not used when TList .Sort()  is called. A strange sort (binary , I supposed) is done by default. So what is the IComparable interface for ????? And how do I use my nice CompareTo method ?

Can we please get the compiler generate W1035 (Return value of function might be undefined) for managed data types...

Can we please get the compiler generate W1035 (Return value of function might be undefined) for managed data types also? While I understand why this is not happening atm (internal handling of Result as var/out parameter) it would be very useful and prevent errors. Code like this would show an error and avoid wrong data: function Foo(list: TStringList): string; var   s: string; begin   for s in list do     Result := Result + s; end; Currently it does not show any warning and might have an unexpected result depending on what was inside the variable the function result is assigned to.

Can we please get the compiler generate W1035 (Return value of function might be undefined) for managed data types also?

Can we please get the compiler generate W1035 (Return value of function might be undefined) for managed data types also? While I understand why this is not happening atm (internal handling of Result as var/out parameter) it would be very useful and prevent errors. Code like this would show an error and avoid wrong data: function Foo(list: TStringList): string; var   s: string; begin   for s in list do     Result := Result + s; end; Currently it does not show any warning and might have an unexpected result depending on what was inside the variable the function result is assigned to.

Delphi Jobs: I'm in the Seattle area and use Craigslist on some daily searches. I've been seeing jobs requesting "Skills: Delphi and Microsoft Apps"... turns out there's a sales/catering package called Delphi.

Delphi Jobs: I'm in the Seattle area and use Craigslist on some daily searches. I've been seeing jobs requesting "Skills: Delphi and Microsoft Apps"... turns out there's a sales/catering package called Delphi. http://seattle.craigslist.org/search/jjj?zoomToPosting=&catAbb=jjj&query=delphi&excats= http://www.newmarketinc.com/products/delphi

After a long odyssey I finally found a solution for fixing a problem in our Delphi project that caused from time to...

After a long odyssey I finally found a solution for fixing a problem in our Delphi project that caused from time to time some unexpected and hard to trace crashes during the startup phase of our software on a Terminal Server (in a RDP session). The software crashed about 1 out of 20 starts and it took us almost 2 years to understand and find the source of the problem. Keeping this story short ... The final solution was to add the following line to the dpr files in our project: {$SETPEOPTFLAGS IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE} As I understand this case: If this flag is missing, the terminal server produces some "hick ups" in the initialization process of a program within a RDP session due to some mix up of DLL initialization that happens only during a RDP session. My question is now: Is there any good reason NOT to add this line to any project? What are the possible side effects? Via Google I found only sources explaining how to add this /TSAWARE flag to a Delphi...

After a long odyssey I finally found a solution for fixing a problem in our Delphi project that caused from time to time some unexpected and hard to trace crashes during the startup phase of our software on a Terminal Server (in a RDP session). The software crashed about 1 out of 20 starts and it took us almost 2 years to understand and find the source of the problem.

After a long odyssey I finally found a solution for fixing a problem in our Delphi project that caused from time to time some unexpected and hard to trace crashes during the startup phase of our software on a Terminal Server (in a RDP session). The software crashed about 1 out of 20 starts and it took us almost 2 years to understand and find the source of the problem. Keeping this story short ... The final solution was to add the following line to the dpr files in our project: {$SETPEOPTFLAGS IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE} As I understand this case: If this flag is missing, the terminal server produces some "hick ups" in the initialization process of a program within a RDP session due to some mix up of DLL initialization that happens only during a RDP session. My question is now: Is there any good reason NOT to add this line to any project? What are the possible side effects? Via Google I found only sources explaining how to add this /TSAWARE flag to a Delphi...

Hi Group

Hi Group, since we use XE2 we have the problem, that from time to time a modal form is behind the main window (from start or while using). This happens in programs but also in the ide. You can get that window in front with the windows-tab key. Do anyone else have that issue. Or a solution for that? Best regards Bernd

RAD-in-Action Webinar Unit Testing in Delphi Featuring Nick Hodges ...

http://forms.embarcadero.com/DelphiUnitTesting2-12?cid=701G0000000WLhl

Hi Group

Hi Group, I am using Delphi 7 with Interbase 7.5. I run a query and result set of query contains a Blob filed ,which is shown as (MEMO) in result set of query. I want to see the exact text of this Blob field, I tried Interbase CAST operator but all is vain. Any help would be greatful.

I'm suffering with slow VCL TPageControl on application resize under XE5 and was wondering if anyone had some ideas on how one could improve speed?

I'm suffering with slow VCL TPageControl on application resize under XE5 and was wondering if anyone had some ideas on how one could improve speed? There are a number of TabSheets which all have there own TPanel layouts which need to get resized proportionally.

Hi

Hi has anyone any experience with freepascal and synapse FTPS? I do have normal FTP working (this is for under OSX (console program)) but was wondering if it was possible to support FTPS with synapse? googling arond has not yeilded much thanks
Anyone know where I can download Borland Developer Studio 2006?
Help! In D2007, suddenly the Ctrl-Shift-Up and Ctrl-Shift-Dn keys stopped working. But it seems only in some files, so I assume a syntax issue. However, the project builds without errors. Any suggestions?

Blog post "Delphi XE5 Update 2 has FireDACJSONReflect for DataSnap" at http://blog.marcocantu.com/blog/delphi_xe5_update2_datasnap_firedac.html

Blog post "Delphi XE5 Update 2 has FireDACJSONReflect for DataSnap" at http://blog.marcocantu.com/blog/delphi_xe5_update2_datasnap_firedac.html http://blog.marcocantu.com/blog/delphi_xe5_update2_datasnap_firedac.html
We have a client that connects to a soap server (all in Delphi). The problem is that one of our users uses a proxy based on NTLM. We can connect to the outside world using TSslHttpCli, but can't see how to initiate the proxy authorisation using RIO. Any ideas?

Guess what's missing

Image
Guess what's missing

Originally shared by Corinne Meister

Image
Originally shared by Corinne Meister

How to read signal from mic and write it to text file or integer, double array?

How to read signal from mic and write it to text file or integer, double array? Thanks for feedback.

Please make it stop...found this little gem today. (And yes, the variant only ever holds a string.)

Please make it stop...found this little gem today. (And yes, the variant only ever holds a string.) FErrorList: TList > ;
Why don't Embarcadero add NuGet feature to Rad Studio like in Visual Studio? Wouldn't be it good?

Hello

Hello, how to get output of prompt into delphi, in windows 7. I found some examples, but when I run from an error in a dll kernel32.dll, I'm not calling. If anyone has any solution to my problem, I thank you.  hugs.

Hi everyone!

Hi everyone! Recently I stumble upon an interesting issue in Delphi when I wanted to limit amount of RTTI generated for my controller classes and I wanted to know whether some of you have similar issues, know how to fix them (maybe in some other way, see below) or have an explanation why this happens in the first place. Here is what happened: In a unit where I declare base class for my controllers I switched off all extended RTTI (using $RTTI directive) this should limit RTTI generated for all of the descendants (ie. the actual controllers) right? But what really happened was that not only my controllers didn't have RTTI but even my model classes were striped off any RTTI as well. The model classes are defined in different unit and share no common ancestry with the controllers and since $RTTI should have local scope this should'n really happen. The weird thing here is that if I put the $RTTI directive into other unit limiting only a handful of the controllers this problem doesn...

Hi

Hi, I need to find a new DB for Delphi XE2 & up, 32 & 64 bits NOW: using Aidaim's EasyTable and Accuracer, Single User versions PROBLEMS: lots of bugs, development halted, poor support, charge upgrade price for a simple re-compile each time a new Delphi version is released. MY NEEDS, NOW: . Single user, preferably single file embedded database . basic DB functions: index, filter, BLOB support, ... . complex (engineering) data but few records, speed isn't critical . cryptography is fairly important . compliance with db-aware third-party VCL controls is fairly important . fair price NEEDS, NEAR FUTURE: . Multi-user (local server) with few users . OSX & mobile Overall, I am NOT a database programmer, I'm focused on math modeling of engineering problems, my tipical softwares have 3 tables in a "technical" database file and 3 tables in a "materials" file; the DB operations are mainly preprogrammed, there's no user creating new queries...

AdoQuery.SQL.Add('select count(*) from Table);

AdoQuery.SQL.Add('select count(*) from Table); Where do I find the result (without using DBEdit connected to the DataSource & datafield=Expr1000) ?
New community for X-DBGrid Component was just created. All present and future users of X-DBGrid Component and  #Delphi are welcome here.

Yeah, this is my first Delphi app in Google Play (free, of course)!

Yeah, this is my first Delphi app in Google Play (free, of course)! Sources are available at http://roman.yankovsky.me/wp-content/uploads/2013/12/WordLinesMobile_src.zip Also there is a version for Windows built from the same source code: http://roman.yankovsky.me/wp-content/uploads/2013/12/WordLines_exe.zip https://play.google.com/store/apps/details?id=com.yankovsky.WordLines&hl=en