Search:

Type: Posts; User: cecomp64

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    3,465

    I thought I had a test case exposing the bug, but...

    I thought I had a test case exposing the bug, but I was mistaken...

    Salem: mf_needed is hardcoded to 1904 at the moment. There's no particular reason to do mfbuf[0] and [1] separately, other...
  2. Replies
    9
    Views
    3,465

    Dino: I haven't been able to reproduce it in a...

    Dino: I haven't been able to reproduce it in a smaller example yet. I updated my original post with all the code relating to file I/O. In a sample program, I wrote about 1 MB to disk and then read...
  3. Replies
    9
    Views
    3,465

    Thanks for the quick reply! Unfortunately, that...

    Thanks for the quick reply! Unfortunately, that is just a typo. Please substitute gfc->mfbuf_p for fp at that point. The problem still remains.

    On a side note, I am compiling with Visual...
  4. Replies
    9
    Views
    3,465

    Subtle(?) File I/O Problem

    Hi All,

    I've got another sanity-questioning problem to pose for you. I am trying to read the contents of a file, but I'm only able to read a small fraction of the file (15232 / 2912998 Bytes). ...
  5. Replies
    6
    Views
    4,868

    Thanks for all the replies. It turns out my...

    Thanks for all the replies. It turns out my problem was a combination of stack issues and misinterpreting my debugging results.
  6. Replies
    6
    Views
    4,868

    Alright, that solves one mystery, but the basic...

    Alright, that solves one mystery, but the basic problem still remains, even with a prototype of the form



    func (unsigned char mp3buffer[16][16384]);


    No warnings are generated corresponding...
  7. Replies
    6
    Views
    4,868

    Ah sorry, this is a typo in my haste to copy only...

    Ah sorry, this is a typo in my haste to copy only relevant parts of the code. Please assume that this points to a previously instantiated, valid value.

    Thanks.
  8. Replies
    6
    Views
    4,868

    Function Parameters Corrupt

    Hi,

    I'm new to this forum and was hoping someone could help me debug a sanity-questioning problem I'm having. Consider the following function declaration and call...





    int...
Results 1 to 8 of 8