Author |
Topic |
|
rpizzo
24 Posts |
Posted - 29 Nov 2006 : 10:11:01
|
Hello, I have a BitsyX with CE 4.2, and am developing my application with embedded vc++. I need a function that is apparently in aygshell, but there is no aygshell.h or .lib anywhere on my dev machine.
Is this something that I can just add or is it totally unsupported by ADS?
My goal is to be able to take a jpeg file and display it on a section of a dialog box client area. Maybe there is an easier way than aygshell, so if anyone knows how to do this, please advise..
Thanks for the help!
|
|
rpizzo
24 Posts |
Posted - 29 Nov 2006 : 11:10:21
|
Actually I found the aygshell stuff, it is in 4.2 but not in 4.1. The function I need is SHLoadImageFile() and I do not see it in aygshell.h.
Is this function available on a bitsyx with CE 4.2?? |
|
|
bsamuels
53 Posts |
Posted - 29 Nov 2006 : 12:17:18
|
Hi Rich,
I will check into this and get back to you as soon as I can.
Update:
SHLoadImageFile.
We confirmed that AYGShell is included in the BitsyX Pro build, but not in the Core. We looked at the API exports, and SHLoadImageFile isn't one of the exports. We don't see any evidence that the API is supported in CE 4.2 or 5.0.
MSDN lists the function as part of Windows Mobile (which is an add-on to Windows CE).
|
|
|
rpizzo
24 Posts |
Posted - 29 Nov 2006 : 13:25:17
|
Thanks for looking into that Brad!
I have another possible solution to display my jpeg.
If I can put a browser client control on my dialog box then I can display the jpeg image as desired. But I think ADS would have to provide a build of CE 4.2 to me that has the required stuff in it.
http://msdn2.microsoft.com/en-us/library/ms937648.aspx
This link talks all about the control, but I would need a build with these interfaces.. I hope this is an alternative that will work!
|
|
|
bsamuels
53 Posts |
Posted - 29 Nov 2006 : 13:42:10
|
Rich,
For information on using IWebBrowser2 please see topic 508. |
|
|
ctacke
877 Posts |
Posted - 29 Nov 2006 : 13:58:05
|
I think you're headed down the wrong path. I think you'd be best served by uing CE 5.0 and the Imaging APIs. |
|
|
rpizzo
24 Posts |
Posted - 29 Nov 2006 : 14:15:19
|
Can the BitsyX support CE 5.0?
|
|
|
ctacke
877 Posts |
|
|
Topic |
|