ERROR:
Entry Point Not Found. The procedure entry point sprintf_s could not be located in the dynamic link library msvcrt.dll
SOLUTION:
The .dll file needs to be registered. To do this:
- Go to the ‘Start Search’ box in the Start menu, and type ‘cmd’
- You will see an icon for cmd.exe in the menu
- Right click on this and select Run as administrator
- You will see a DOS window open. Type ‘cd C:\Windows\system32’ and press enter
- Now type ’regsvr32 msvcrt.dll’ and press enter
- Once this is registered try running the software again