I\'m trying to use a COM DLL (written in Delphi 7) within my Delphi 7 IntraWeb application but it\'s failing due to DEP. I\'m pretty much certain it\'s DEP that is preventing me from using the DLL bec
I need to delete a physical file on a server via a client action, then notify a remote database of the file deletion event - would like this to happen entire开发者_高级运维ly on serverSide.
I have searched many forums and many web sites but i didn\'t find the required solution.I had a requirement to show the number of notifications to buttons .When the form Loads.If the notifications are
I need to know if a exe file contains at least one icon开发者_StackOverflow. A fast way, if that\'s possible.
I have an app using the GetLastInputInfo function and compares it with the value of GetTickCount (which returns the number of milliseconds since Windows started) as a way of detecting nobody at the ke
What is the correct usage pattern for a TBytes variable?From my understanding, TBytes is not a class, but a \"dynamic array of bytes\".I\'m not sure where memory gets allocated for it, when it is free
I am using a 3rd party serial port component from one of \"the big names\" (yes, I have asked them for support, but there is a time zone difference and I need to fix this really quickly). The componen
I am currently in the process of converting a project (that uses encryption) from Delphi 6 to XE. This project uses the old Delphi Encryption Compendium which does not work in XE. So I figured that I
I just had a look at Firemonkey\'s grid implementation and it turns out that it is a very simple implementation (only 1800 lines 开发者_高级运维which seems not much for a grid implementation). It does
How do I split a line of text (e.g., Hello there*3) into an array? Everything before the * needs to be added to the first element and everything after the * needs to be added to second. I\'m开发者_JAV