The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => WinAsm Studio => Topic started by: axmt on June 15, 2006, 09:14:28 AM

Title: IPToString problem!
Post by: axmt on June 15, 2006, 09:14:28 AM
Hi,
I am fetching IP Address into a DWORD variable and trying to convert it to string using
IPToString function (within masm32.inc)
I have included the masm32.inc and masm32.lib files.
However, I am getting the error

D:\WinAsm\Samples\Chip\chip.asm(18) : error A2006: undefined symbol : IPToString

while assembling the file.

What could be the problem?

Thanks,
axmt
Title: Re: IPToString problem!
Post by: stanhebben on June 16, 2006, 08:24:39 AM
It's a case problem: use IPtoString (lowercase t)