delphi-2006
How to debug a DLL file built in VC++ with Delphi code?
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.[详细]
2023-02-06 21:21 分类:问答How to construct a Soap Envelope manually using TXMLDocument (Delphi 2006)
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...[详细]
2023-02-03 14:56 分类:问答Remove xsi:nil attibute using IXMLDOMDOCUMENT in Delphi
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[详细]
2023-01-31 10:01 分类:问答Invalid pointer exception when closing app after upgrade from Delphi 2006 to Delphi XE
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.[详细]
2023-01-30 06:39 分类:问答How to get a 64-bit random value in Delphi?
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[详细]
2023-01-29 16:59 分类:问答List the Record's element\fields
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 ?[详细]
2023-01-29 08:31 分类:问答Autosize columns for TListView
I want to auto-size all the columns in the TListView. I am using below code, but its not doing any thing.[详细]
2023-01-28 12:49 分类:问答Firebird error "username and password are not defined" with Delphi application
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,[详细]
2023-01-27 08:13 分类:问答Balloon hints on Delphi app tray icon keep popping up indefinitely
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.[详细]
2023-01-25 20:54 分类:问答implementing a timeout when reading a file with Delphi
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)[详细]
2023-01-25 05:31 分类:问答