I'm back on Nim after a considerable time gap and using v1.2.2. I'm creating DLLs that are called from a Delphi app and decided to first run through all my test cases (previously using v0.19.0). I'm now getting an error when I try to load the 1.2.2 DLLs due to a missing libgcc_s_dw2-1.dll. Obviously I can fix this by copying libgcc_s_dw2-1.dll to the same folder as my test exe (or adding .choosenimtoolchainsnim-1.2.2distmingw32bin to my path) but I'm curious to know what's changed from 0.19.0. dependency.exe doesn't show this DLL in it's list.
Thanks, Bob
