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

Does not build from master. #20

Closed
grokys opened this issue May 6, 2015 · 2 comments
Closed

Does not build from master. #20

grokys opened this issue May 6, 2015 · 2 comments

Comments

@grokys
Copy link

grokys commented May 6, 2015

Trying to build from master on VS 2015 RC does not work. I'm getting the following errors:

2>D:\projects\NGraphics\Platforms\NGraphics.WindowsStore\Direct2DCanvas.cs(59,38,59,44): error CS0535: 'WICBitmapSourceImage' does not implement interface member 'IImage.Size'
2>D:\projects\NGraphics\Platforms\NGraphics.WindowsStore\Direct2DCanvas.cs(59,38,59,44): error CS0535: 'WICBitmapSourceImage' does not implement interface member 'IImage.Scale'
2>D:\projects\NGraphics\Platforms\NGraphics.WindowsStore\Direct2DCanvas.cs(19,53,19,65): error CS0535: 'WICBitmapCanvas' does not implement interface member 'ICanvas.MeasureText(string, Font)'
2>D:\projects\NGraphics\Platforms\NGraphics.WindowsStore\Direct2DCanvas.cs(118,36,118,43): error CS0535: 'RenderTargetCanvas' does not implement interface member 'ICanvas.MeasureText(string, Font)'
1>D:\projects\NGraphics\Platforms\NGraphics.WindowsStore\Direct2DCanvas.cs(59,38,59,44): error CS0535: 'WICBitmapSourceImage' does not implement interface member 'IImage.Size'
1>D:\projects\NGraphics\Platforms\NGraphics.WindowsStore\Direct2DCanvas.cs(59,38,59,44): error CS0535: 'WICBitmapSourceImage' does not implement interface member 'IImage.Scale'
1>D:\projects\NGraphics\Platforms\NGraphics.WindowsStore\Direct2DCanvas.cs(19,53,19,65): error CS0535: 'WICBitmapCanvas' does not implement interface member 'ICanvas.MeasureText(string, Font)'
1>D:\projects\NGraphics\Platforms\NGraphics.WindowsStore\Direct2DCanvas.cs(118,36,118,43): error CS0535: 'RenderTargetCanvas' does not implement interface member 'ICanvas.MeasureText(string, Font)'

Indeed it seems these methods aren't implemented.

@grokys
Copy link
Author

grokys commented Jul 31, 2015

Just checked again, and still not building from master, though with different errors this time.

Is this just me?

@praeclarum
Copy link
Owner

Fixed, sorry for falling behind. Need to get CI running...

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