Re: compiling under C# (General questions)
Hi.
You cannot link directly with wodFtpDLX. You must create interop wrapper so you can link with NET assemblies. You can use TLBIMP.EXE that can be found (well, on my computer at least) in [code]C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin[/code]
Once you do that, you will see new file wodFtpDLXComLib.DLL created. Now link with that one instead of ActiveX DLL, and it will work.
Regards,
Kreso
Complete thread:
- compiling under C# - ed, 2004-10-22, 03:42
- Re: compiling under C# - wodSupport, 2004-10-22, 16:17