Hi!

Tried to use the function SHParseDisplayName but got the error message:
error C2065: 'SHParseDisplayName' : undeclared identifier

I am using VC 6.0 and Windows XP
Have checked \windows\system32\shell32.dll (is version 6.0.2900.2180)
have included the shlobj.h
And linked and added shell32.lib

Am a newbie, but guessing it has to do with some component that is outdated.
Any ideas on how to fix it?