Hey everyone, needing a little hand...
i'm using the SDL on windows and all the right libraries are installed correctly, I know this because all my other functions that need these libraries worked and still do, but my
SDL_Surface* pFontSurface;
variable my print text method creates a compile error.
~The error states that i cant use a right hand operand to assign whether my font is shaded, solid, etc. As no such operator was found or there is no acceptable conversion.
The next 2 comments are in order my .h file and my .cpp file regarding this little problem...
Thanks for any help....!