I installed VB6 onto a Vista system to check some legacy code. When I run my
project, the code where shell folders are determined, I get the following
error when using the API:SHGetFolder Path
Error #48: File Not Found
I checked and shfolder is definitely in the sytem32 folder. But of course,
the legacy code is expecting the pre-Vista version of shfolder.dll. Has
there been so much change in this file that it would return a file not found
message. Anybody have any background info on this issue they can share?
Much appreciated!!
JR
project, the code where shell folders are determined, I get the following
error when using the API:SHGetFolder Path
Error #48: File Not Found
I checked and shfolder is definitely in the sytem32 folder. But of course,
the legacy code is expecting the pre-Vista version of shfolder.dll. Has
there been so much change in this file that it would return a file not found
message. Anybody have any background info on this issue they can share?
Much appreciated!!
JR
Comment