Zitat von
Phoenix:
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.
Could work, but i can't seem to find the downloadable code from that example, this sucks...