About the author
From: "Kyle A. Miller" <kyle@millerdevelopment##remove#.info>Subject: The Power of VCL.NETDate: Fri, 16 Jul 2004 14:02:58 -0500Message-ID: <40f825d3$1@newsgroups.borland.com>Lines: 23
True story. :-)
The company I am with has 10 years of Delphi code. About a year or soago, the company hired a C# whiz to write an ASP.NET application basedon the current suite of products. He has been developing and testingusing a hard coded user name and password to the DB. So he finally hadto integrate existing code to fetch and decrypt the user name andpassword. The problem for him was decrypting the information. He andanother C# guy spent a day each trying to re-code existing code intoC#. They couldn't get their code to work.
When I heard about this, I said I could create an assembly in Delphi 8for him to use. In less than 10 minutes, I created my first assembly,compiled in the appropriate units, and sent the DLL on its way. Headded the reference to his C# project and was able to use decrypt onthe first try.
Yea, it was a VCL.NET assembly, so he had to register two Borlandassemblies, but that's no different than how existing applications aredeployed, DLLs for reports, add-on modules, etc.
That was the first time I put Delphi 8 to real world use, and it wentwell. :-)
A method pointer is now the same as a global procedure, ie, procedure of object = procedure.