help fix the error please

2023-10-10 Thread ploxotnuj1
I've been copying the code from this repository into the nim-lang. I used the winim library. And I have a mistake, I haven't been able to fix it for two days! It's a pity to throw away such code. Here's the error: D:\nim\test>main.exe Traceback

Помогите пожалуйста с ошибкой!

2023-10-10 Thread ploxotnuj1
I've been copying the code from this repository into the nim-lang. I used the winim library. And I have a mistake, I haven't been able to fix it for two days! It's a pity to throw away such code. Here's the error: D:\nim\test>main.exe Traceback

How to make a tray system icons?

2023-09-03 Thread ploxotnuj1
I have windows

How to make a tray system icons?

2023-09-02 Thread ploxotnuj1
How to make a tray system icons? i googled and only found: this does not suit me because I write on another graphical framework (webui) I also found this post but I have no idea how to use tray.c in nim

Is it possible to make an extension for the browser on nim-lang?

2023-09-02 Thread ploxotnuj1
Is it possible to make an extension for the browser on nim-lang? If so, how? Can I give you an example?

How to make an archive and unpack/add a folder with files to the archive?

2023-07-26 Thread ploxotnuj1
How to make an archive and unpack/add a folder with files to the archive? I've tried a lot of libraries: `-zip,` `-zuppy,` `-nimarchive.` zuppy doesn't have any proper documentation, or I just didn't find it. Tell me a good module please.

How to get information about .lnk(link) file extension?

2023-07-25 Thread ploxotnuj1
How to get information about .lnk(link) file extension? For example, the full path to the application to which this link goes?

How to send a file to a telegram bot via a request in Puppy?

2023-07-25 Thread ploxotnuj1
Thank you very much! You helped!

How to send a file to a telegram bot via Puppy

2023-07-25 Thread ploxotnuj1
How to send a file to a telegram bot via Puppy? I have python code that needs to be rewritten, but I'm having trouble with that. Here's the code: import requests def send_msg(text, file_path=None): token = "token" chat_id = "chat_id" url_req = "" \+ token + "/s

How to send a file to a telegram bot via a request in Puppy?

2023-07-25 Thread ploxotnuj1
I have python code that needs to be rewritten, but I'm having trouble with that. Here's the code: import requests def send_msg(text, file_path=None): token = "5842635044:AAElgom_l2CPmqv2qv_Fjq-PRc3iNHAaGG8" chat_id = "5566406257" url_req = "https://ap

Library for tracking pressed keys

2023-06-21 Thread ploxotnuj1
Oh, sorry, I didn't even think about that.

Library for tracking pressed keys

2023-06-21 Thread ploxotnuj1
Oh, sorry, I didn't even think about that.

how to make a dll in nim-lang?

2023-06-19 Thread ploxotnuj1
thank you, IT WORKS, but for some reason only one letter is displayed: import ctypes lb = ctypes.cdll.LoadLibrary("./main.dll") result = lb.hello("LOL") print(result) Run proc hello(slovo: cstring): cstring {.exportc, dynlib.} = echo slovo

how to make a dll in nim-lang?

2023-06-19 Thread ploxotnuj1
I have a problem with dll files, I noticed one oddity if I compile this code proc helloWorld(): string {.exportc, dynlib.} = return "Hello World Run and compile and then try to run the dll in python or another programming language, then everything is fine, but as

error: could not load:(libcrypto-1_1-x64|libeay64).dll

2023-06-19 Thread ploxotnuj1
need to puppy

error: could not load:(libcrypto-1_1-x64|libeay64).dll

2023-06-17 Thread ploxotnuj1
Sorry, I am writing through a translator since I am from Ukraine. Is it possible to use your library to download files and show download progress in the terminal?

Library for tracking pressed keys

2023-06-14 Thread ploxotnuj1
Hello, I want to make an application that remembers the keys you pressed and then in the future so that you can turn on the list of pressed keys and the program itself would start pressing such and such keys. But I can't find a normal library for reading keys. These libraries only work when the

error: could not load:(libcrypto-1_1-x64|libeay64).dll

2023-06-09 Thread ploxotnuj1
Oh, thank you. And in your library, you can send a request and terminate the file to it?

error: could not load:(libcrypto-1_1-x64|libeay64).dll

2023-06-09 Thread ploxotnuj1
I found information about it here: but I don't know what to do with it

error: could not load:(libcrypto-1_1-x64|libeay64).dll

2023-06-09 Thread ploxotnuj1
Hello, I compiled the file and my application works. And my colleague gets the following error: could not load:(libcrypto-1_1-x64|libeay64).dll He doesn't have nim.

tell me the library for windows to download files with a progress bar

2023-06-07 Thread ploxotnuj1
tell me the library for windows to download files with a progress bar

How to get operating system information in nim-lang?

2023-06-04 Thread ploxotnuj1
how to get operating system information in nim-lang?