Small Problems Page

  • Ace
    27th Jan 2011 Member 0 Permalink
    This thread is for small development problems that are too small to have their own thread.
  • Diissaster
    27th Jan 2011 Member 0 Permalink
    I was just about to make this.

    Well I get:

    Latest Source\includes\graphics.h|3|fatal error: SDL/SDL.h: No such file or directory|
    ||=== Build finished: 1 errors, 0 warnings ===|


    Fixed.
  • devast8a
    27th Jan 2011 Former Staff 0 Permalink
    @Diissaster
    You need to download SDL or you need to add it to your include paths.
  • Ace
    27th Jan 2011 Member 0 Permalink
    What's wrong with this ?
  • Pilihp64
    27th Jan 2011 Developer 0 Permalink
    @Ace
    it looks like you didn't add it correctly, did you make an update_NFUL function in powder.h?
    i can't tell much else from just that, maybe upload the source real fast.
  • Ace
    27th Jan 2011 Member 0 Permalink
    @cracker64
    The errors and my own sources say nothings wrong with powder.h, the only error is in nful.c and I did put the update function in.
  • Pilihp64
    27th Jan 2011 Developer 0 Permalink
    is nful.c being included in the project, like does it show up inside visual studio menu thing on the left. you should be able to add an existing file into the project fairly easy.
    EDIT: the same for elements.h, check to make sure it is in the headers part of the project.
    also, have you successfully added any other elements.

    EDIT2: on a related note, the code you have there wouldn't work anyway, you are missing some brackets for the for loops, it is not including the if inside it currently.
  • Ace
    27th Jan 2011 Member 0 Permalink
    It's there.
  • webb
    27th Jan 2011 Member 0 Permalink
    i got a buzz to buff thing error when i tried to compile
  • Pilihp64
    27th Jan 2011 Developer 0 Permalink
    @webb
    copying the error would be much more helpful, for everyone