I am about to start working on a new system which will need to support multiple users and potentially allow the database to be accessed over the Internet.
I have a small client-server application, where server sends some messages to the client using named pipes. The client has two threads - main GUI thread and one \"receiving thread\", that keeps receiv
I need somehow to determine whether some TDateTime value is within the Daylight Saving Time range for my timezone or not (in C# the same thing does the DateTime.IsDaylightSavingTime() method).
I have TeeChart version 7.07. I have a chart with a FastLineSeries with 400 datapoints (x is date and y is used%).
I have been running into errors where objects are somehow freed but we end up calling FreeMem on them.Of course this causes an error since the memory has already been freed and throws an error.
I keep running into this strange problem.It almost seems to be random but I run my application and open a form, do some work with it and close it.The next time I go to open another isntance of that fo
Delphi 6 is pretty old, I know.Unfortunately there are reasons why I can\'t upgrade which I don\'t want to get into here.
Many times after the Windows 98 era we have experienced that some dialogs lose their Z-Order and move back to the prior form.
My Delphi installation has been going downhill for the past few months.It seems though that every so often when I build a release it has strange errors in it which are resolved if开发者_Go百科 I build
I have a commercial app that is developed with Delphi 6.Ive been developing under windows xp 32 bit, but am about to get a new development machine with Windows 7 64 bit.