(Visual Studio 2010 / Visual C++ / Windows 7)
例.cpp:
#include <Shlobj.h>
#pragma comment (lib, "Shell32.lib")
...
void example()
{
SHGetKnownFolderPath(...) // undefined
}
ドキュメントと他のスレッドで見たものに従ってすべてを行っていますが、それでも機能しません。
(Visual Studio 2010 / Visual C++ / Windows 7)
例.cpp:
#include <Shlobj.h>
#pragma comment (lib, "Shell32.lib")
...
void example()
{
SHGetKnownFolderPath(...) // undefined
}
ドキュメントと他のスレッドで見たものに従ってすべてを行っていますが、それでも機能しません。