Syntax for Magick.NET reference building with MCS #1756
Replies: 3 comments 1 reply
-
Why are you using |
Beta Was this translation helpful? Give feedback.
-
Mostly because thats whats in the GTK tutorials. I dont know much about the different compilers or how they work yet. For now, Ive started building straight in VScode with its .NET which gives me a linux executable. |
Beta Was this translation helpful? Give feedback.
-
I would advise you to read up on how you can use the |
Beta Was this translation helpful? Give feedback.
-
When trying to build my .cs with mcs, I keep getting could not be found errors. Ive learnt that mcs needs a specific reference, such as /reference:System.Drawing.
How do I write the reference for Magick.NET? Ive tried all sorts including /reference:Magick.NET to /reference:Magick.NET.Core.dll. Using VScodium on Ubuntu 22.04, working on a mono console project in C#
Essentially Im here learning (trying) to make a small app to recognise images on screen, and System.Drawing doesnt want to work out windows. Any ideas welcome, and thanks
Beta Was this translation helpful? Give feedback.
All reactions