I am a developer working on Delphi. In my project I have added a DLL file which is built in VC++. I need to debug the DLL file to fix some issues.
I\'ve been having this problem for a long time now and I cannot solve it my se开发者_如何学运维lf. I\'ve tried searching Google, Bing and stackOverflow too? No luck...
I have an xml document that contains many xml nodes. The document has xsi:nil=\"t开发者_运维百科rue\" attributes. If I set values on these nodes, the nil attribute remains and it becomes invalid again
I\'ve just upgraded a project from Delphi 2006 to Delphi XE. Everything is working as expected except I get an exceptio开发者_StackOverflown when I close my app.
How can I create a random 64-bit integer value i开发者_运维技巧n Delphi 2006? The built-in integer-based Random() function seems to return only values between 0 and 2^31.You can use my GpRandomGen. It
Is it possible to get the list of a record\'s elements or fields similar to a list of 开发者_StackOverflowa class\'s published properties via type info ?
I want to auto-size all the columns in the TListView. I am using below code, but its not doing any thing.
I have an application made with Delphi 2006 and Firebird 2.5. For connection a use Interbase components from Delphi. I setting up in design time a TIBDatabase with username, password tc, and work ok,
I have a Delphi 2006 app that can minimize to a tray icon, and displays various alert messages via a balloon hint over the tray icon.
I have an app written in Delphi 2006 that regularly reads from a disk file located elsewhere on a network (100Mb ethernet).Occasionally the read over the network takes a very long time (like 20 secs)