'SCALE' : undeclared identifier

  • n0oB
    15th Jun 2011 Member 0 Permalink
    Error 17 error C2065: 'SCALE' : undeclared identifier \Projects\The-Powder-Toy-v50.3beta\font\editor.c 116 1 TPT v50.3 beta
    Error 18 error C2065: 'SCALE' : undeclared identifier \Projects\The-Powder-Toy-v50.3beta\font\editor.c 116 1 TPT v50.3 beta
    Error 19 error C2065: 'SCALE' : undeclared identifier \Projects\The-Powder-Toy-v50.3beta\font\editor.c 116 1 TPT v50.3 beta
    Error 21 error C2065: 'SCALE' : undeclared identifier \Projects\The-Powder-Toy-v50.3beta\font\editor.c 131 1 TPT v50.3 beta
    Error 23 error C2065: 'SCALE' : undeclared identifier \Projects\The-Powder-Toy-v50.3beta\font\editor.c 132 1 TPT v50.3 beta
    Error 25 error C2065: 'SCALE' : undeclared identifier \Projects\The-Powder-Toy-v50.3beta\font\editor.c 133 1 TPT v50.3 beta
    Error 28 error C2065: 'SCALE' : undeclared identifier \Projects\The-Powder-Toy-v50.3beta\font\editor.c 219 1 TPT v50.3 beta
    Error 29 error C2065: 'SCALE' : undeclared identifier \Projects\The-Powder-Toy-v50.3beta\font\editor.c 220 1 TPT v50.3 beta
    30 IntelliSense: identifier "SCALE" is undefined \projects\the-powder-toy-v50.3beta\font\editor.c 116 36 TPT v50.3 beta
    31 IntelliSense: identifier "SCALE" is undefined \projects\the-powder-toy-v50.3beta\font\editor.c 131 12 TPT v50.3 beta

    I used V 50.3 beta sourse code unmodifited.
    What did i wrong?
    Edited by n0oB, 2011-06-13 13:00:22
  • Klotzstein
    15th Jun 2011 Member 0 Permalink
    just delet it
  • n0oB
    15th Jun 2011 Member 0 Permalink
    Delete what?
  • me4502
    15th Jun 2011 Member 0 Permalink
    Comment out scale
  • Pilihp64
    15th Jun 2011 Developer 0 Permalink
    or remove editor.c from the project. That file shouldn't be with powdertoy.
  • n0oB
    15th Jun 2011 Member 0 Permalink
    Where i can do it?

    EDIT:It worked,but another error: LNK1104: cannot open file\Projects\The-Powder-Toy-v50.3beta\Libraries\SDL.lib”'
    I tried to re download Source-Required, still doesn't work. :(
    Edited by n0oB, 2011-06-13 14:55:57
  • Pilihp64
    15th Jun 2011 Developer 0 Permalink
    you haven't linked them correctly, follow the wiki steps for linking again (and any other library we use now that isn't on wiki)
  • n0oB
    15th Jun 2011 Member 0 Permalink
    Same thing.