Menu

#1 bug in FinishManualGrab method

open
None
5
2003-12-18
2003-12-03
No

In tscap32_rt.pas, in method FinishManualGrab on or
about line 3257, the following line:
if FGrabbingNow and ((FParameter.CapTechnique =
ctManualIntoFile) or (FParameter.CapTechnique =
ctManualIntoFile)) then

Needs to be changed to:
if FGrabbingNow and ((FParameter.CapTechnique =
ctManualIntoMem) or (FParameter.CapTechnique =
ctManualIntoFile)) then

Note that the original code checks for
"ctManualIntoFile" twice (rather than ctManualIntoMem
and ctManualIntoFile). This prevents FinishManualGrab
from executing, which causes subsequent calls to
CapOrder:=start to fail.

Discussion

  • Thomas St�fe

    Thomas St�fe - 2003-12-18
    • assigned_to: nobody --> tstuefe
     
  • Thomas St�fe

    Thomas St�fe - 2003-12-18

    Logged In: YES
    user_id=745480

    Thanks, Steve, good catch. I'll change that.

    ... thomas

     
  • Thomas St�fe

    Thomas St�fe - 2003-12-18

    Logged In: YES
    user_id=745480

    Thanks, Steve, good catch. I'll change that.

    ... thomas

     

Log in to post a comment.

Auth0 Logo