aygshell.h is safe.

aygshell.dll is not available on all OEM versions of WinCE Core. My
code tries to load it but continues even if it or the function wasn't
found.

On Wed, Jul 23, 2008 at 8:12 PM, Vincent Torri <[EMAIL PROTECTED]> wrote:
>
>
> On Wed, 23 Jul 2008, Nic Roets wrote:
>
>> I created 2 files ceglue.c and ceglue.h and posted them at
>> http://www.rational.co.za/gosmore
>> SHFullScreen can now be called like this :
>> ...
>> #include "ceglue.h"
>> ...
>>  InitCeGlue ();
>> ...
>>  if (SHFullScreenPtr) (*SHFullScreenPtr)(mWnd, SHFS_HIDETASKBAR |
>>   SHFS_HIDESTARTICON | SHFS_HIDESIPBUTTON);
>> ...
>
> ok, so basically, using the dll is safe. I don' really see the difference.
> Can you explain me the problem ?
>
> Btw, SHFS_HIDESTARTICON (for example) is defined in aygshell.h, so i must
> include it... or define it in you header file
>
> Vincent Torri
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to