Am I coding this right?

  • Vanadium
    1st Nov 2010 Member 0 Permalink
    in the #define section you haven't defined CDFS
    on line 260 you forgot a ;
    that should do it
  • Neospector
    1st Nov 2010 Member 0 Permalink
    Vanadium
    Ok...on which line should I put it? Along with #define R_TEMP 22
  • Vanadium
    1st Nov 2010 Member 0 Permalink
    my mistake... in powder.h when you were putin in the advec airdrag pixpack name etc theres a little problem with where it says * CDFS . could you give me a link to the powder.h file and ill try and give a better explanation
  • Neospector
    1st Nov 2010 Member 0 Permalink
    Actually what you said solved it. I now am only having trouble with

    1>------ Build started: Project: Neospector, Configuration: Debug Win32 ------
    1> powder (2).c
    1>c:\users\john\downloads\powder-42.3-src\powder.h(259): error C2059: syntax error : ','
    1>c:\users\john\downloads\powder-42.3-src\powder.h(336): fatal error C1903: unable to recover from previous error(s); stopping compilation
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    I've tried adding commas, removing commas. Just wont work.
  • Neospector
    1st Nov 2010 Member 0 Permalink
    powder.h - 38.5 Kb That's the powder.h
  • Vanadium
    1st Nov 2010 Member 0 Permalink
    on line 259 of powder.c you forgot a ","
  • Neospector
    1st Nov 2010 Member 0 Permalink
    Uh...it says powder.h, not .c
    "1>c:\users\john\downloads\powder-42.3-src\powder.h"
    Even adding a comma to the line in powder.h is confusing though, Idk where to put it.
  • Vanadium
    1st Nov 2010 Member 0 Permalink
    Neospector:
    Uh...it says powder.h, not .c

    woops
    hang on a sec

    EDIT: I need the latest powder.h
  • Neospector
    1st Nov 2010 Member 0 Permalink
    Look on page 3, last post.
  • Pilihp64
    1st Nov 2010 Developer 0 Permalink
    you have an extra comma at the end of line 259
    and 2 extra semicolons at 261