Results 29 comments of Ward

Here's how you can get it working: ```nim import winim/[lean, inc/imagehlp] type MINIDUMP_IO_CALLBACK = object Handle: HANDLE Offset: ULONG64 Buffer: PVOID BufferBytes: ULONG PMINIDUMP_IO_CALLBACK = ptr MINIDUMP_IO_CALLBACK var mci: MINIDUMP_CALLBACK_INPUT...

I'm sorry, but the answer is that native support for non-Windows systems is not possible, and it will remain so in the future.

Please use the [sheetNames iterator](https://khchen.github.io/xl/#sheetNames.i%2CXlWorkbook) or [sheet procedure](https://khchen.github.io/xl/#sheet%2CXlWorkbook%2Cint) along with [len function](https://khchen.github.io/xl/#len%2CXlWorkbook). The sheets are parsed lazily, meaning that they are not parsed during file loading and therefore cannot be...

wAuto depends on my other project - [wNim](https://github.com/khchen/wNim), which provides full support for reading and writing to the clipboard. You can find more information about this functionality in the [wUtils...

I also want to support WebView2, but I currently don't have the time and energy to integrate WebView2 into wNim.

Try to use `nim c webView.nim`.

In wNim, setBackgroundColor only uses the system API to set the color. I think wxPython draws the button with its own code instead of using the system API.

wSystemDpiAware is not automatic scaling; it tells the system to assume that your application has considered DPI scaling, so it should not 'auto scale.' For how to handle DPI scaling,...