Problem
When launching Predator CNC Editor, the message "Failed to load control 'SourceView' from Srcvw3.dll. Your version of Srcvw3.dll may be outdated. Make sure you are using the version of the control that was provided with your application."
Reason
Likely caused by an update to Windows causing the DLL to fail to load.
Solution
Run an elevated command prompt and do the following command based on the version and Windows version:
v10 64bit - regsvr32 "C:\Program Files (x86)\Predator Software\Editor 10.0\Srcvw3.dll"
v10 32bit - regsvr32 "C:\Program Files\Predator Software\Editor 10.0\Srcvw3.dll"
v11 64bit - regsvr32 "C:\Program Files (x86)\Common Files\Predator Software\Tetradyne\Srcvw3.dll"