Re: Using a C *.dll in a Delphi Application.

From: Rudy Velthuis (TeamB) (rvelthuis_at_gmx.de)
Date: 10/25/03


Date: 25 Oct 2003 14:03:30 -0700

Valentin Tihomirov wrote:

> In which language do you think Windows API (kernel32.dll, user.dll,
> shell32.dll) are written in? Not in Delphi for sure. Please see usage
> examples in Windows unit.

That is BTW one of the big advantages of .NET. There, the dll can be
written in any .NET language. Import is automatic and language
independent.

-- 
Rudy Velthuis (TeamB)
"Silence is argument carried out by other means."
 -- Ernesto "Che" Guevara (1928-1967)


Relevant Pages

  • Re: Using a C *.dll in a Delphi Application.
    ... > That is BTW one of the big advantages of .NET. ... There, the dll can be ... > written in any .NET language. ...
    (borland.public.delphi.language.objectpascal)
  • Re: Mixed Mode Printing Problem
    ... Btw, the code sample I posted is in C# but converting to Managed C++ ... MC++ or whatever .NET language you want to convet it to. ...
    (microsoft.public.vsnet.general)