Search:

Type: Posts; User: mohankarthik

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    2,251

    nah man!!! i increased the heap size and...

    nah man!!! i increased the heap size and checked.. just cant be out of memory.. Dont know.. I"m also stumped.. Hmm.. k will sleep over it and think.. Please keep posting if you guys find any ideas as...
  2. Replies
    11
    Views
    2,251

    struct dvd_reader_s { /* Basic information....

    struct dvd_reader_s {
    /* Basic information. */
    int isImageFile;

    /* Hack for keeping track of the css status.
    * 0: no css, 1: perhaps (need init of keys), 2: have done init...
  3. Replies
    11
    Views
    2,251

    Huh!!!

    Isnt \ backslash... wers is a backslash in the string "c:/" .. so why do i need two backslashes? And moreover c:/ is working fine. its c:/<something> thats triggering malloc error. And if it was a...
  4. Replies
    11
    Views
    2,251

    Wierd Malloc Problem

    Hey guys,
    I'm trying to port a linux library to a embedded environment. Now the code was running fine untill i encountered this problem.


    main(){
    dvd = DVDOpen("c:/CliffHanger");
    }...
  5. To answer some of your questions Yes i am using...

    To answer some of your questions
    Yes i am using fseek and fopen and fread. And it is them that are giving me the problem.
    Yes i am monitoring the return codes of these functions.. It typically...
  6. Help porting code lseek(), open() and read()

    Hi ppl,
    This is my debut in this forum and i'm hoping you ppl will be able to help me out. I'm working in a embedded platform where open(), read(), lseek() are not supported by the filesystem...
Results 1 to 6 of 6