| Author |
CFileDialog not found for Mobile 5.0
|
|
| Maik Wiege 2006-01-16, 7:11 pm |
| Hello!
I have a simple program which uses a CFileDialog object. I'm using
Visual Studio 2005 with the newest handheld sdk. Compiling the program
with the the settings for "Pocket PC 2003" works fine, but if compiled
with the "Windows Mobile 5.0 Smartphone" settings I get the error C2065:
'CFileDialog' : undeclared identifier.
Any ideas anyone?
Thanks
Maik
| |
| Maik Wiege 2006-01-17, 7:07 pm |
| I found the solution now by my own:
The CFileDialog seems to be removed from the SDK. Now you have to use
GetOpenFileName() to open the file picker dialog...
| |
| Roman Belenov 2006-01-19, 4:10 am |
| Maik Wiege <mswiege*nospam*@gmx.de> writes:
> The CFileDialog seems to be removed from the SDK. Now you have to use
> GetOpenFileName() to open the file picker dialog...
BTW Does the latter actually work on WM5.0 Smartphone ? Previously it was
available only on Pocket PC.
--
With regards, Roman.
Standard disclaimer: I work for them, but I don't speak for them.
| |
|
| Roman Belenov wrote:
> Maik Wiege <mswiege*nospam*@gmx.de> writes:
>
>
>
>
> BTW Does the latter actually work on WM5.0 Smartphone ? Previously it was
> available only on Pocket PC.
>
I think it only works on WM5 AKU2 - but feel free to try it on current
devices.
riki
But which one is the fatherboard?
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
Latest Betas have WM5 layout and speed dial support
|
|
|
|