Search:

Type: Posts; User: trep

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,438

    I've got a simple solution on a different way! ...

    I've got a simple solution on a different way!
    It's not the best, but it should do the job, for what it will be used.

    The array can be filled with a defined size of elements. (e.g. 50)...
  2. Replies
    10
    Views
    2,438

    Thank you very much for your efforts :) I...

    Thank you very much for your efforts :)



    I think that's not the problem, because it works with the "old" version.

    But after reading this:
  3. Replies
    10
    Views
    2,438

    Hmmm... I've used an example from the internet,...

    Hmmm... I've used an example from the internet, but the realloc always failed.

    Code again:



    typedef struct
    {
    CPU_INT08S pcFilename[16];
    CPU_INT32U *pucFilePtr;
  4. Replies
    10
    Views
    2,438

    I'm woking with a lm3s9b92 from TI / Compiler =...

    I'm woking with a lm3s9b92 from TI / Compiler = IAR Embedded Workbench
    ... is attached
    Yes, but I can't get it to work.
    [That looks nothing ...] Sorry for that. I wanted to make it as...
  5. Replies
    21
    Views
    35,320

    I didn't exactly now what he meant. Therefore...

    I didn't exactly now what he meant. Therefore I've written "in windows".
    Because I know a lot of people who call the "windows cmd" - terminal!
  6. Replies
    10
    Views
    2,438

    wow... A lot of questions. But It's now 2:15...

    wow... A lot of questions.
    But It's now 2:15 am!
    I will answer you tomorrow.
  7. Replies
    10
    Views
    2,438

    Thank you for your answer. But it's also not...

    Thank you for your answer. But it's also not working.
    There should be appear something like that (on the display):
    Song1.wav but it shows a letter and/or pixels

    The whole code is to much for a...
  8. Replies
    21
    Views
    35,320

    You can use something like that - in windows: As...

    You can use something like that - in windows:
    As far as i know, you don't need to include a library.


    void main()
    {
    SMALL_RECT windowSize = {0 , 0 , 77 , 47} //change the values
    ...
  9. Replies
    10
    Views
    2,438

    dynamic array struct

    Hi,

    I have a problem to ceate an array which works with the rest of my code.
    The OLD version works but now i want to make dynamic.
    If i try it this way, the display on my board shows only two...
Results 1 to 9 of 9