I have a Com Object, setup/create/working from a DataModule. creating/running/freeing the Datamodule from an Application works with out an issue.
My app contains documents in its database. The users can open the documents in which case, the document gets saved to a temporary folder and gets opened on the user\'s computer.
I had a class that only worked in Delphi 7 and after several attempts of converting it into Delphi 2009 we finally agreed to change o开发者_如何学JAVAur project into Delphi 7.
I just ran into an annoying problem.Suddenly Avira AntiVir started to flag one executable from my software as being a virus.
I have developed an isapi web service in delphi 7 and I need to install it in a server so it can be consumed by a c# application.
i开发者_StackOverflow have an ole Object created with (simple verion) obj := CreateOleObject(\'foo.bar\');
Anyone knows other way to get a directoy\'s size, than calculate it\'s size by counting file with file? I\'m interested on some win32 API function. I\'ve google it about this, but i didn\'t found rele
I\'m trying to center all message dialogs, including any exception dialogs on the parent form rather than having them always appear in the center of the screen.
I wrote an small app to transfer files using the indy components, now i want start the antivirus program when the transfer is finished to check the files.
I\'m using Delphi 7. When I try to create an object in FormCreate, it fails (actually it just hangs). When I try to do the same thing in FormShow, it works. Please note, I\'m not talking about creatin