First, be aware that this is a warning, not an error. If you are planning to run your program on windows only, it will not be an issue.
To resolve this, either leave out the line entirely (as it's not necessary for the code to function; it merely sets the starting height of the window), or place pre-processor instructions around the line that exempt it from compiling on non-windows builds (this is more advanced and you likely won't need it).
#C# Beginner Need Help
1 messages · Page 1 of 1 (latest)
I taught this was more of a problem because the actual height of the terminal does not change when i change the value and i taught its going to be a reacurring problem.
Knowing what you told me, i will try and continue with the tutorials and get some progress done. Thank you a lot.
You are welcome!