Folder open dialog

Hi,
I'm using eVC++ 4.0 with SP4.0 and the Pocket PC 2003 SDK. I need to create a dialog to chose from the tree a folder like the standard dialog used in file explorer, but only for folders. I tried to use SHBrowseForFolder function, but get the error:
error LNK2019: unresolved external symbol __imp__SHBrowseForFolder referenced in function "protected: void __thiscall CScanerDlg::OnButton1(void)" (?OnButton1@CScanerDlg@@IAEXXZ)
This function is described in Pocket PC 2003 SDK. The requirements are:
OS Versions: Windows CE .NET 4.0 and later.
As far as I know the WM 2003 Snd is based on os 4.21.
Is anyone help me with this?
Thanks,
MuchaM
I'm using eVC++ 4.0 with SP4.0 and the Pocket PC 2003 SDK. I need to create a dialog to chose from the tree a folder like the standard dialog used in file explorer, but only for folders. I tried to use SHBrowseForFolder function, but get the error:
error LNK2019: unresolved external symbol __imp__SHBrowseForFolder referenced in function "protected: void __thiscall CScanerDlg::OnButton1(void)" (?OnButton1@CScanerDlg@@IAEXXZ)
This function is described in Pocket PC 2003 SDK. The requirements are:
OS Versions: Windows CE .NET 4.0 and later.
As far as I know the WM 2003 Snd is based on os 4.21.
Is anyone help me with this?
Thanks,
MuchaM