03-22-2022, 03:21 AM
Once again, without the source code it's hard to help you 
it seems that you've got 2 errors:
one at line 2, maybe a wrong #include line (a missing double quote ?)
the other at line 18: you called SetPalette with the wrong number of parameters (1 or more are missing): you have to check its definition in the header file (library.h ?) and do the call with the appropriate parameters.

it seems that you've got 2 errors:
one at line 2, maybe a wrong #include line (a missing double quote ?)
the other at line 18: you called SetPalette with the wrong number of parameters (1 or more are missing): you have to check its definition in the header file (library.h ?) and do the call with the appropriate parameters.

