• Error in Two long variable Passing in Funciton to Pointer
    Hi, I am using Function to Pointer. i have definded this functin poiter in one structure with two long variable argument. it is giving me error below. Error C212: indirect call: parameters do not...
  • Error in Two long variable Passing in Funciton to Pointer
    Hi, I am using Function to Pointer. i have definded this functin poiter in one structure with two long variable argument. it is giving me error below. Error C212: indirect call: parameters do not...
  • Pointer Variable on LCD
    Hi all... i need to print a value of pointer variable in 16x2 LCD... for Eg. void main() { int *a = 20; int b; *a=&b; print_LCD(value of pointer variable a) } here is a simple example where...
  • Pointer to stack variables
    I have a function that creates an instance of a structure on the users stack. The structure is called object and it is located at address 0xEFB0. boolean CAN1_read(ubyte mbx, CAN_MSG *msg) { ubyte...
  • Pointer Variable on LCD
    Hi all... i need to print a value of pointer variable in 16x2 LCD... for Eg. void main() { int *a = 20; int b; *a=&b; print_LCD(value of pointer variable a) } here is a simple example where...