• HELLO.C(894): warning C40: 'unsigned char' converted to pointer
    In the next code I receive the compiler error: HELLO.C(894): warning C40: 'unsigned char' converted to pointer My code: #include <71x_lib.H> #include <stdio.h> #include <stdlib.h> #include...
  • HELLO.C(894): warning C40: 'unsigned char' converted to pointer
    In the next code I receive the compiler error: HELLO.C(894): warning C40: 'unsigned char' converted to pointer My code: #include <71x_lib.H> #include <stdio.h> #include <stdlib.h> #include...
  • Converting 'short' to 'unsigned char'
    Hi, I've to debug an application written by someone else (...) An 'unsigned char' is used to be filled with data from a 'short'. If I change the source 'short' variabele type (filled somewhere...
  • Converting unsigned char[] to long?
    How can you access the individual bytes making up a variable of type long? What I need to do is move a 24-bit (3 bytes) unsigned char array into a long variable. An example: unsigned char a[3]; unsigned...
  • Converting 'short' to 'unsigned char'
    Hi, I've to debug an application written by someone else (...) An 'unsigned char' is used to be filled with data from a 'short'. If I change the source 'short' variabele type (filled somewhere...