IPToString problem!

Started by axmt, June 15, 2006, 09:14:28 AM

Previous topic - Next topic

axmt

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

stanhebben

It's a case problem: use IPtoString (lowercase t)