I am using SHBrowseForFolderA and SHGetPathFromIDList to allow a user to select a directory.
This works fine in 32bit mode. However it crashes in 64bit mode even though I have converted the handle variables to longptr.
Has anyone implemented these in 64bit successfully or is there an alternative API I could use?
TIA
Larry Peters