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

Mat AbEvent[numFrames] #1

Open
harrychen9999 opened this issue Dec 30, 2017 · 2 comments
Open

Mat AbEvent[numFrames] #1

harrychen9999 opened this issue Dec 30, 2017 · 2 comments

Comments

@harrychen9999
Copy link

harrychen9999 commented Dec 30, 2017

here AbEvent is an array, so numFrames must be a constant?

@harrychen9999
Copy link
Author

harrychen9999 commented Dec 30, 2017

I use VS10 ,there is an error for compile , the note is : numFrames must be a constant.

@senyee
Copy link

senyee commented Mar 28, 2018

The c++ standard is somewhat different in CodeBlocks and VS , you can use Mat* AbEvent=new Mat[numFrames] to solve the problem``

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