Closed MohammadJamali closed 5 years ago
You have built TDLib in Release mode and trying to build tdjni in Debug mode. You need to build tdjni also in Release mode:
cmake --build . --target install --config Release
@MohammadJamali I hope that you have managed to successfully build TDLib. If this isn't the case, please take a look at a TDLib build instructions generator for the exact build instructions.
Hi, i tried to compile java example but got LNK2038 error here is complete outputs Whats wrong here ?