Hello, I've been working on a c++ visual studio project with my team and we're ready for distribution. When i create a release build it runs perfectly fine on my computer (I'm using SFML). When I run the application on another computer that doesn't have visual studio installed on it it comes up with an error saying missing MSVCP140D.dll. I read up on this error and i tried changing the runtime library in my project from MTd to MT and when I do that I get and exception error on the SFML line of text saying "Exception thrown at 0x0FEBA701 (ucrtbased.dll)". is there a way i can fix this exception error or can I include the MSVCP140D.dll in my project. please help. Thanks.