CSPro v7.1.3 crashes whenever Run (Ctrl+R) is selected. Using a Dell Optiplex 7050. This happens when using v6.2 programs. Thanks.
-MJ Hill
v7 crashing
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: v7 crashing
After looking at the program sent via email the problem is with the use of the setcapturepos function which is no longer supported. If you replace setcapturepos with setproperty(symbol, "CapturePosX", value) and setproperty(symbol, "CapturePosY", value) it should work correctly.