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

struct MaskInit ref error on Mac #1

Open
mariussmit opened this issue Apr 16, 2013 · 6 comments
Open

struct MaskInit ref error on Mac #1

mariussmit opened this issue Apr 16, 2013 · 6 comments

Comments

@mariussmit
Copy link

Compile error in XCode project (source taken on 16 April 2013). Complains about not finding MaskInit in struct ChamferDistance2. Quick fix was to copy the struct from struct ChamferDistance into ChamferDistance2.
VS210 project compiles fine though.

@talk2neeraj
Copy link

@mariussmit
You can resolve that error by using scope operator. Just replace it with ChamferDistance::MaskInit.

May be you have already fixed it.

@mariussmit
Copy link
Author

Yes I have, thank you though.

@vinniefalco
Copy link
Owner

You guys are actually using this code?

On Friday, May 31, 2013, Marius Smit wrote:

Yes I have, thank you though.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-18738730
.

Follow me on Github: https://github.com/vinniefalco

@mariussmit
Copy link
Author

Hey Vinnie. I'm playing around with a new look and feel theme and needed an inner shadow. Then found your code.

@vinniefalco
Copy link
Owner

NICE!!! Yes, that's exactly what it is for, layer effects for interface controls.

@talk2neeraj
Copy link

Hi Vinnie, I was actually looking for something for bevel effect for custom rendering pencil tool and came across your code. Unfortunately it is not there in your code.

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

3 participants