The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: arafel on July 01, 2005, 03:41:14 PM

Title: missing function in shell32.lib
Post by: arafel on July 01, 2005, 03:41:14 PM
Hi Hutch,

I just noticed that SHGetFolderPathAndSubDir is not present in shell32.lib. Would be nice if it could be added in the next masm32 update  :bg
Title: Re: missing function in shell32.lib
Post by: Vortex on July 01, 2005, 05:30:19 PM
Arafal, it's not so difficult to update shell32.lib, you can do it yourself.
Title: Re: missing function in shell32.lib
Post by: arafel on July 02, 2005, 02:26:11 PM
That's exactly what I was doing.
Just thought it will be nice to have an updated version in masm32 installation package...
Title: Re: missing function in shell32.lib
Post by: hutch-- on July 03, 2005, 02:57:45 AM
arafel,

Its a good idea, the include files are based around the win2000 function set and the API you mentioned may be a later one from a later OS version.
Title: Re: missing function in shell32.lib
Post by: MichaelW on July 03, 2005, 09:51:48 AM
shell32.dll version 5.60 or later
Minumum OS: Windows XP

SHGetFolderPathAndSubDir (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shgetfolderpathandsubdir.asp)