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

Loading dll issue in TestGLES_SKIA_GLFW Example #23

Closed
azeem20 opened this issue Apr 18, 2018 · 1 comment
Closed

Loading dll issue in TestGLES_SKIA_GLFW Example #23

azeem20 opened this issue Apr 18, 2018 · 1 comment

Comments

@azeem20
Copy link

azeem20 commented Apr 18, 2018

1- TestGLES_SKIA_GLFW has the dependency of PixelFarm.Drawing.GLES2.dll
2- PixelFarm.Drawing.GLES2 has the dependency of PixelFarm.Typography.dll
3- PixelFarm.Typography hasthe dependency of Typography.Contours.dll
4- Typography.Contours has the dependency of Typography.OpenFont.dll
5- Typography.OpenFont has some kind of syntex error and unable to build

image

@prepare
Copy link
Member

prepare commented Apr 29, 2018

@azeem20,

Sorry for late reply (I see it today)

from your picture, code line 19 (yellow mark)
It uses new 'C# 7 Out variables'
see more : https://blogs.msdn.microsoft.com/dotnet/2016/08/24/whats-new-in-csharp-7-0/


It can be compiled with VS2017 .
This is from my machine.

err01
pic 1: Typography.OpenFont 's ScriptList.cs


If you need to use the old version of VS.

please change it to the old syntax like this ...
err02

pic 2: change from pic1


I accept this syntax too.

make it work with your project.
and welcome your pull request :)

@prepare prepare closed this as completed May 14, 2018
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