compiling under C# (wodFtpDLX / wodFtpDLX.NET)
Hi again,
I'm trying to compile a library with the wod components:
csc /r:wodCertificate.dll /r:wodFtpDLX.dll /lib:c:WINNTsystem32 /t:library /out:test.dll test.cs
I get a Metadata file can't be opened error.
What are the correct arguments to compile?