eilvelia / tdl

Node.js bindings to TDLib 🥒
MIT License
394 stars 52 forks source link

[Help needed] I can't find the tdjson.dll for Windows #151

Closed rubenalonsoes closed 7 months ago

rubenalonsoes commented 7 months ago

Hi! I'm trying run an prebuilt-tdlib example but I have this error. It seems that tdjson library is not found, but I don't know where is. It should be in some directory of the project?

image

Thanks in advance!

eilvelia commented 7 months ago

The examples are meant to be copied and executed inside your project (after installing modules tdl and prebuilt-tdlib), not directly from this repository, sorry. If you install prebuilt-tdlib from npm, the library will be there. The repository itself doesn't contain any binaries.

rubenalonsoes commented 7 months ago

The examples are meant to be copied and executed inside your project (after installing modules tdl and prebuilt-tdlib), not directly from this repository, sorry. If you install prebuilt-tdlib from npm, the library will be there. The repository itself doesn't contain any binaries.

Ok, thanks!

eilvelia commented 7 months ago

Closing this then, reopen if you still encounter any issues.