Replies: 2 comments
-
Hello @samyraj42 , I presume that you're working on Windows, probably with Visual Studio? Look for the directory, where your .exe is generated, and copy the SoWin.dll into that folder. I had the same problem not long ago. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi @samyraj42 as SoWin.dll is a Dynamic link library it needs to be found at runtime. On Windows DLLs are found according to the search path order defined here. TL;DR; you need to place SoWin.dll in the folder that contains your executable, or add the folder that contains the SoWin.dll to the PATH environment variable. Hope that helps. Cheers, Volker |
Beta Was this translation helpful? Give feedback.
-
SoWin.dll can't able to find
Beta Was this translation helpful? Give feedback.
All reactions