• array of pointers to arrays of pointers to string
    Yes, the real problem is, I would like to write an easy to switch, multilingual menu. And I imagine, an array like that should work. But there seems to be some brain blocking in 1. How to define and...
  • Return Pointer to local string, destroys the string or not?
    This forum may not be the best to ask the question, but the answers on the other forums (that i know) were generally with respect to C for desktop pc (where memory management is different from that in...
  • static initialization of extern pointer to function
    Hi All, Could anybody help me out with the following problem? I have a module with the following declarations. int (*on_CAN_msg)(void); ... void CAN_int_handler(void) interrupt 7 using 1 { ... ...
  • Using static address with DHCP server
    Hi, Keil Ethernet stack I have trouble using static address when If I cannot find DHCP Server. I enable Dynamic Host Configuration in Net_Config_ETH_0.h I also specified my static ip address...
  • Error when using string pointers
    I have writtena function to display string of characters using pointer but it shows error. can anybody what is the error in it? void WriteString(char *Buff) { int nStringLength; int nLoop; nStringLength...