Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tribrid method-filter example not updated? #28

Closed
jessicawang025 opened this issue Jun 21, 2021 · 3 comments
Closed

tribrid method-filter example not updated? #28

jessicawang025 opened this issue Jun 21, 2021 · 3 comments

Comments

@jessicawang025
Copy link

AcquisitionStreamOpening and AcquisitionStreamClosing are not defined in IFusionMsScanContainer in the tribrid method-filter example (errors in lines 107, 108).

MsAcquisitionOpeningEventArgs also couldn't be found (line 116).

@jesse-canterbury
Copy link
Contributor

You are correct, this example has not been updated in some time. I'll be revising the IAPI examples in the coming weeks in order to align with more recent developments. Hopefully after that this example will work for you. I'll leave this open until then.

@jesse-canterbury
Copy link
Contributor

Greetings again. It appears these build errors are easily corrected. MsAcquisitionOpeningEventArgs should be changed to AcquisitionOpeningEventArgs (i.e. remove the first two letters). Similarly, AcquisitionStreamOpening and AcquisitionStreamClosing are defined in the InstAcq, so you can change it to this:

image

This should allow the project to build. I will be updating the examples soon with these corrections, but hopefully this will allow you to get going.

@jesse-canterbury
Copy link
Contributor

Closing this now since the original issue was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants