Latest code (v 57.0)

  • Mc-Fowler
    4th Sep 2011 Member 0 Permalink
    jenn4 you there
  • jenn4
    4th Sep 2011 Member 0 Permalink
    @Mc-Fowler (View Post)
    Wrong thread and yes I am here.
  • PizzaPlatypus
    4th Sep 2011 Member 0 Permalink
    gvx, gvy, dl, dr and old_video are considered undeclared identifiers, why?
    So are
    lm, lx, ly, x, y, line_x, line_y, check_data, http_session_check, do_s_check, chec_data.
    pixel is "an illegal use of this type as an expression"
    memcpy is "a pointer mismatch for actual parameter 1"
    http_async_req_status is "a pointer mismatch for actual parameter 1"
    Basicly there are a lot of undeclared identifiers and other errors unrelated to the compiling why are they there?
  • PizzaPlatypus
    4th Sep 2011 Member 0 Permalink
    but that's version 50 not 57
  • cctvdude99
    4th Sep 2011 Member 0 Permalink
    Use Code::Blocks, it's so easy.

    (But someone really should update the wiki :I )
  • jacksonmj
    4th Sep 2011 Developer 0 Permalink
    @PizzaPlatypus (View Post)
    No, that's the latest development version, v59. If you look at the changes I linked to, it should give you an idea of what to change in your source to fix the error messages. Line numbers will probably be different, but the source hasn't changed that much.
  • jenn4
    4th Sep 2011 Member 0 Permalink
    Why wont you cctv do that
    And can you answer to my guestion in your mod thread.
  • cctvdude99
    4th Sep 2011 Member 0 Permalink
    @jenn4
    Already have done... o_o
    I did 1 hour ago...
  • PizzaPlatypus
    4th Sep 2011 Member 0 Permalink
    can't find:
    strcpy(lowername, ptypes[parts[cr>>8].ctype].name);
    in main.c
    EDIT:
    I can't get mingw cos my computer blocks it so I have to use visual studio.
    EDIT: done all the things I could find that needed editing now I have LNK errors.