Run a dialog based AP which made by MFC at WINPE's problem.

  • Thread starter Thread starter George
  • Start date Start date
G

George

I will run a dialog based AP made by MFC at WINPE.
I will use SHBrowseForFolder() and SHGetPathFromIDList() AP.
But now these two AP can't run correctly at WINPE.
I should add which component or dll to let it run correctly?
Thanks.
 
WinPE or Windows XP Embedded?

Are you using the WinPE that comes with XPe or did you build a custom WinPE?
WinPE that comes with XPe might not have the full application run support
since it is built to help transfer XPe OS images.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
I use WinPE.
In my opinion, some component about the windows is just a dll file, which I
add the dll, it will works fine. This right?
Now I want write an AP to show a window to get a directory path. How should
I do? I want use SHBrowseForFolder() and SHGetPathFromIDList(). Can I use
some other AP to instead of them?
 
Back
Top