Hi,I'm trying to convert a char[] to a char *.My final variable is declared like thischar* ipAddr;if I doipAddr="192.168.26.200";the program work .I get the initial value from an uint32 and I make a conversion to my char[] like thischar StrAddr;
uin..
uin..