Shouldn't you use SHGetSpecialFolderPath() ?

I've found little decent reference material to the function you mention,
and just about the only relatively official one mentioned that this
function is deprecated.

SHGetSpecialFolderPath is in our coredll.def file, and I remember using
it recently in a test program.

I eventually had to move to FindFirstFlashCard() because I was trying to
figure out what the directory name of the flash card was, and this is
not something that SHGetSpecialFolderPath provides.

        Danny

On Wed, 2008-06-11 at 20:24 -0700, eehouse.org wrote:
> I'm hoping to use SHGetFolderPath() in a PocketPC/Smartphone app.
> It's defined in shlobj.h, but my app doesn't link if I call it.
> Looking in .def files in the source tree, I find it in
> w32api/lib/shfolder.def, but not in any of the .def files in
> w32api/libce/.  This would suggest that it's available for desktop
> Win32 apps but not WinMo -- except that I'm finding Smartphone pages
> on MSDN that recommend using it.
> 
> Has anybody tried to add SHGetFolderPath() to a .a file for CE?
> 
> Thanks,
> 
> --Eric
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to