Closed handsomeQPO closed 2 months ago
You have Java code and tdjni.dll
from different TDLib versions.
i'll give it a try
How can I obtain the latest tdjni.dll file?
java.lang.UnsatisfiedLinkError: libssl.so.1.1 No such file or directory, but there is a libtdjni.so file in my directory,Is my openssl version too low??
You need to provide also all dependent libraries if you want to use the shared library on another server.
The dependency package compiled by my Ubuntu operating system machine only has one tdjni.so file
But it cannot be used on another machine
You must install the same OpenSSL version on the other machine, or provide relevant OpenSSL libraries along with libtdjni.so.
error: in triplet x64-windows: Unable to find a valid Visual Studio instance,Microsoft Visual Studio\2022\Community\VC\Auxiliary/Build\vcvarsall.bat
What's the reason for this
You didn't install Visual Studio, or didn't enable C++ support during installation, or didn't restart shell after installation.
What functions should I send when I receive the CONSTRUCTOR response for OptionValueString?
What do you mean?
When i execute new TdApi.SetAuthenticationPhoneNumber(),what steps did TdApi perform.
It executes the request with provided parameters. You may also want to read https://core.telegram.org/tdlib/getting-started.
when I start with the Java language,an error has occurred,is this because the tdjni.dll file is missing?