Search:

Type: Posts; User: benny5788

Search: Search took 0.01 seconds.

  1. Sorry, posted the wrong error message. I have...

    Sorry, posted the wrong error message. I have same error at multiple places
    It's
    pasting "(" and "RAD11" does not give a valid preprocessing token
  2. pasting "X" and "X" does not give a valid preprocessing token

    Hello,

    I have to make some code that already exist compile and get the following message

    pasting "(" and "ICC1" does not give a valid preprocessing token.

    The macro is the following
    ...
  3. Replies
    6
    Views
    1,720

    Im passing the entire structure. Its a code to...

    Im passing the entire structure.

    Its a code to be modified, so im not the original author. I tryed removing the const on the struct declaration and on the fonction header and it still gives the...
  4. Replies
    6
    Views
    1,720

    const parameters to a function

    Hi,

    i receive the following warning
    warning C4761: integral size mismatch in argument; conversion supplied

    I have a function with a const parameter


    unsigned char dist_mixin(a bunch of...
  5. Replies
    3
    Views
    1,281

    Im not the king of C, but in java (Eclipse...

    Im not the king of C, but in java (Eclipse environnement), there is a way to run in debug and break on value change. If that is possible in your environnement, it would allow you to identify where...
  6. Replies
    3
    Views
    2,334

    Yes it does Gives me a few warnings, but i...

    Yes it does

    Gives me a few warnings, but i beleive that they are not related to this issue.

    I dont know if it is needed to be built as debug for the final release, i will have to check with...
  7. Replies
    3
    Views
    2,334

    Expert needed: fatal error C1067

    Hello,
    When i attempt to complie, obtain the following error
    fatal error C1067: compiler limit : debug information module size exceeded

    I have done my reasearch on the net, and found 2...
Results 1 to 7 of 7