Need Help With Error

  • ForumTroll
    30th Jan 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • abczyx123987
    30th Jan 2012 Member 0 Permalink
    Do a find and replace in luaconsole.c (make sure you're searching only luaconsole.c, and not the entire project/solution), and replace all occurrences of (void*) with (char*) (including the parentheses in your search).

    You'll also have to go to graphics.c around line 891, and remove the _inline from the line
    _inline int addchar(pixel *vid, int x, int y, int c, int r, int g, int b, int a)
    (this is so you won't get linker errors later on).
  • ForumTroll
    30th Jan 2012 Banned 0 Permalink
    This post is hidden because the user is banned