문제

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

도움이 되었습니까?

해결책

WinSCP itself (not the C# WinSCP .NET assembly wrapper) is pure WinAPI C++ application, not Managed C++. So there are no finalizers.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top