Hi , I am trying to convert the TBuf data into IP Address . The string in TBuf is like "255.255.255.255" . How can I convert this to TUInt32 or how can I use INET_ADDR(255,255,255,255) Function . Is there any easy way or functions available Thanks & Regs, siva
Use TInetAddr::Input(TDesC&). Lauri
Forum Rules