Search:

Type: Posts; User: ahernan17

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    3,999

    The errors read in this continuous format: ...

    The errors read in this continuous format:



    And it goes on doing that for every single function.
  2. Replies
    17
    Views
    3,999

    You'd think that'd be the problem but...

    There are no reports of these functions being declared more than once, which I find to be very odd.
  3. Replies
    17
    Views
    3,999

    I'm not even sure if that particular variable...

    I'm not even sure if that particular variable (optimized _image), is the problem.
  4. Replies
    17
    Views
    3,999

    I know that, but if I change to an actual pointer...

    I know that, but if I change to an actual pointer (optimized_image), all my functions become invalid because of "multiple definitions" which they aren't.
  5. Replies
    17
    Views
    3,999

    "*optimized_image", this is the one giving me...

    "*optimized_image", this is the one giving me trouble.
  6. Replies
    17
    Views
    3,999

    Yeah, it doesn't make sense to me either, all I...

    Yeah, it doesn't make sense to me either, all I know is that a simple pointer operator on that variable (or any other for that matter), solves the multiple definition issue, but then there is the...
  7. Replies
    17
    Views
    3,999

    Hmm...

    The preprocessor loads didn't really change much, and if I change the variable to a pointer it reports all the functions as multiple definitions. Neither of these things did much.

    I'm using MinGW...
  8. Replies
    17
    Views
    3,999

    Issue with SDL type returns

    This is probably amateur-ish, but I've been going through the Lazy Foo Productions tutorials to learn how to use SDL, but since I'm such a stubborn programmer I decided to write my code in C rather...
Results 1 to 8 of 8