Search:

Type: Posts; User: dazellerington

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,869

    Embedded GUI

    Hi,

    Been using Linux for development for a while now - getting familiar with gcc.

    I am soon to develop a portable device (I will be designing it with a single board PC or an ITX m/b) which I...
  2. Replies
    2
    Views
    2,190

    Hi, Thanks for your prompt reply. ulimit...

    Hi,

    Thanks for your prompt reply.

    ulimit replies "unlimited"

    Don't know at the moment how big one of my data structures is but 60,000 is a silly amount - 800 will be more than enough but I...
  3. Replies
    2
    Views
    2,190

    Mem alloc

    Hello.

    A quick (stupid) question...

    I used to do a lot of C on DOS/MS C/Borland compilers.
    As I understand the malloc() function used to allocated memory from "DOS" or "BASE" memory, which was...
  4. Replies
    10
    Views
    1,456

    Hi again. Thank you very much indeed for...

    Hi again.

    Thank you very much indeed for pointing out the electric fence tool to me --> worked at treat and found me my problem.

    The problem was ncurses field_buffer() returns the field entry...
  5. Replies
    10
    Views
    1,456

    Thanks very much - I will do this later and post...

    Thanks very much - I will do this later and post debugging info.

    Daz.
  6. Replies
    10
    Views
    1,456

    Hi - even better: I have put the particular...

    Hi - even better:

    I have put the particular code file here:
    www.dazsworld.com/sysdb_srch.txt

    I'm not much of a programmer, as you're about to find out :-) even so, I don't need the greif from...
  7. Replies
    10
    Views
    1,456

    Once again, thanks very much. I really should...

    Once again, thanks very much.

    I really should research my own code before posting!



    MAX_MEM=strlen(get_buffer(blah))+1;
  8. Replies
    10
    Views
    1,456

    Hi, thanks for that. Sorry - I should have...

    Hi, thanks for that.

    Sorry - I should have expanded:
    Im not searching the pointer straight after malloc.

    After malloc:
  9. Replies
    10
    Views
    1,456

    pointers

    Hi everyone.

    Does anyone know why I _always_ get "segmentation fault" (linux/gcc)with this sort of thing:



    char *b;

    for(loop=0;loop<MAX_LOOP;loop++)
    {
Results 1 to 9 of 9