zhouhm
zhouhm
Thank you for your tip. I will study the thread of nim carefully. I am a newbie using nim. I want to use nim and the NiGui library you developed...
I understand, it behaves differently in different window manager environments
When I build it with zig cc ``` # nim c -d:release --opt:size --cpu:amd64 --os:linux --cc:clang --clang.exe="zigcc" --clang.linkerexe="zigcc" --passC:"-target x86_64-linux-musl" --passL:"-target x86_64-linux-musl -s -static" example_02_controls.nim Hint: used config file '/root/nim-2.0.2/config/nim.cfg'...
I known. I will abandon static linking,I will build my program on lower version OS to be compatible with glibc version
May be app.dialogOpen() I found it at https://github.com/juancarlospaco/ballena-itcher.git. But when I click "Abrir ISO" button, my console raised the following error: ``` $ ./ballena_itcher file:////home/zhouhm/ballena-itcher/src/index.html:5:16: CONSOLE JS ERROR TypeError: undefined...
My OS ``` $ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.4 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.4 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy ```