Einzelnen Beitrag anzeigen

Benutzerbild von Phoenix
Phoenix
(Moderator)

Registriert seit: 25. Jun 2002
Ort: Hausach
7.611 Beiträge
 
#4

Re: FTP Client Class in Delphi .NET 1.1

  Alt 25. Okt 2007, 09:49
The VB.NET Compiler is shipped with the .NET Framework. It's the vbc.exe.
You simply take the class, use the vbc.exe on it with the parameter /target:library and sepcifiy the out file. What you get should be a .dll containing the ftp class you can use frmo your delphi code when you add a reference to that assembly to your project.
Sebastian Gingter
Phoenix - 不死鳥, Microsoft MVP, Rettungshundeführer
Über mich: Sebastian Gingter @ Thinktecture Mein Blog: https://gingter.org
  Mit Zitat antworten Zitat