0

I need to use WinSCP in a SqlServer context (yes, I know this is not a good idea).

The problem with WinSCP in a Sql Server context is that Finalizers are not allowed.

I know C#, but not C++, so am looking for some guidance on how to proceed with removing the Finalizers.

Greg

4

1 回答 1

0

WinSCP 本身(不是 C# WinSCP .NET 程序集包装器)是纯 WinAPI C++ 应用程序,而不是托管 C++。所以没有终结者。

于 2013-10-08T06:34:42.903 回答