DARN YOU MAIN.C!

  • Neospector
    5th Dec 2010 Member 0 Permalink
    1>._main.c(1): error C2018: unknown character '0x5'
    1>._main.c(1): error C2018: unknown character '0x16'
    1>._main.c(1): error C2018: unknown character '0x7'
    1>._main.c(1): error C2018: unknown character '0x2'
    1>._main.c(1): error C2061: syntax error : identifier 'OS'
    1>._main.c(1): error C2059: syntax error : ';'
    1>._main.c(1): error C2018: unknown character '0x2'
    1>._main.c(1): error C2143: syntax error : missing '{' before 'constant'
    1>._main.c(1): error C2059: syntax error : '<Unknown>'
    1>._main.c(1): error C2018: unknown character '0xe'
    1>._main.c(1): error C2018: unknown character '0x2'
    1>._main.c(1): error C2018: unknown character '0xe'
    1>._main.c(1): error C2018: unknown character '0x1'
    1>._main.c(1): error C2018: unknown character '0x1e'
    1>._main.c(1): error C2018: unknown character '0xe'
    1>._main.c(1): error C2018: unknown character '0xf'
    1>._main.c(1): error C2018: unknown character '0x1'
    1>._main.c(1): error C2018: unknown character '0xf'
    1>._main.c(1): error C2018: unknown character '0x17'
    1>._main.c(1): error C2059: syntax error : 'constant'
    1>._main.c(1): error C2018: unknown character '0x1'
    1>._main.c(1): error C2018: unknown character '0x1'
    1>._main.c(1): error C2018: unknown character '0x1e'
    1>._main.c(1): error C2018: unknown character '0x1'
    1>._main.c(1): error C2018: unknown character '0x1'
    1>._main.c(1): error C2018: unknown character '0x1e'
    1>._main.c(1): error C2018: unknown character '0x1c'
    1>._main.c(1): error C2018: unknown character '0x1e'
    Feel free to rant and rave about how simple this is to you, but it doesn't tell me the line number, so I can't fix it.
  • Finalflash50
    5th Dec 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • Pilihp64
    5th Dec 2010 Developer 0 Permalink
    delete ._main.c
  • Neospector
    5th Dec 2010 Member 0 Permalink

    I stand my ground on the fact that there's only one main.c
  • Pilihp64
    5th Dec 2010 Developer 0 Permalink
    the error is about ._main.c, so there has to be one somewhere.
  • Neospector
    5th Dec 2010 Member 0 Permalink
    cracker64
    Then it must mean main.c, because I searched my entire computer and nothing.
  • Catelite
    5th Dec 2010 Former Staff 0 Permalink
    It doesn't. There has to be a ._main.c file for there to be an error coming from it. Besides that you don't search for a project file using Windows when the program that's giving the error supposedly has the file loaded already.

    All you have to do is check the list of code files for the project in whatever program you're using to compile the game. There is a file actually NAMED ._main.c

    (I might add that Windows search couldn't find its way out of a paper bag since Vista really. I wouldn't rely on it.)