PaintLab / PixelFarm

From Vectors to (sub) Pixels, C# 2D Rendering Library
Other
156 stars 20 forks source link

Loading dll issue in TestGLES_SKIA_GLFW Example #23

Closed azeem20 closed 6 years ago

azeem20 commented 6 years ago

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 commented 6 years ago

@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 :)