IL2CPU for some reason randomly started complaining that Draw Image Alpha Dosen't exist. #3033
Answered
by
SuperWasTaken
SuperWasTaken
asked this question in
Q&A
-
So my project officaily randomly started complaining that a method in the System.Drawing.Cavnas class Dosen't exist when it does. |
Beta Was this translation helpful? Give feedback.
Answered by
SuperWasTaken
Jun 13, 2024
Replies: 1 comment 1 reply
-
I tried creating a new test kernel project witch did bulid sucessfully when when I imported my code the new project also gave the same error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured out the problom. Is was due to a class in one of my libraries that I was making an instance of. Using a outdated version of the Draw Image Alpha method witch confused IL2CPU.