Closed wrharper-AASP closed 1 year ago
Is it possible to get this library to be upgraded for .net 6 compatibility as well?
C# example uses volatile for variables, which can be accessed from multiple threads and are required to be volatile because of this.
You can use TDLib through С++/CLI, C++/CX or as a regular shared library, so you definitely can use it from .NET 6 in some way.
Is there no standard cloud API without using a library? Just a standard auth header with JSON POST/GET? An entire library is actually a little overkill for my needs.
There is no.
'Could not load file or assembly 'Telegram.Td, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.' for some reason it can't recognize the dll even though it loads into the project.
This may have to do with openssl being out of date in the build? I have changed the project settings to use 3 instead of 1_1 but it still errors out. 1.1 is very old, is it required? This applies to libcrypto as well.
I think the issue has to do with the vcpkg.exe command being shown in the example. a lot of this appears to be out of date:
i will make a separate post for this since it is technically a different subject.
Is this required? This can actually reduce performance. Is this somehow being handled by the C++ library? I would like details on why this is being used.