Problem with aygshell.lib, where to find it for ARMV4

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have used the famous

SHFullScreen (hWnd, SHFS_HIDESIPBUTTON)

to make the Sip not visible

When I try to make this in eVC++, doesn't compile, because it lacks of the aygshell.lib for the ARMV4 microproccesor. Does anybody know where to find this .lib version for that microproccesor

Whe I use this in the emulator it runs perfectly well - with or without a ToolBar -. I can show, I can hide the Sip :-)

Thanks in advanc

Robert
 
That sounds like the device does not have AYGSHELL. If it doesn't have it,
you can't call it and it can't be downloaded. You have to talk to the OEM
for the target device (which you didn't define for us).

Paul T.

Alasoft said:
I have used the famous

SHFullScreen (hWnd, SHFS_HIDESIPBUTTON);

to make the Sip not visible.

When I try to make this in eVC++, doesn't compile, because it lacks of the
aygshell.lib for the ARMV4 microproccesor. Does anybody know where to find
this .lib version for that microproccesor ?
Whe I use this in the emulator it runs perfectly well - with or without a
ToolBar -. I can show, I can hide the Sip :-)
 
You mean the hardware ? .. iPaq h1940, with PPc2003 Pro ..

Robert

----- Paul G. Tobey [eMVP] wrote: ----

That sounds like the device does not have AYGSHELL. If it doesn't have it
you can't call it and it can't be downloaded. You have to talk to the OE
for the target device (which you didn't define for us)

Paul T

Alasoft said:
I have used the famou
aygshell.lib for the ARMV4 microproccesor. Does anybody know where to fin
this .lib version for that microproccesor
 
Then I don't understand where the problem is showing up. What platform are
you targeting with your eVC build? The PPC2003 SDK has the library file
right there in the lib directory under where the SDK is installed...

Paul T.

AlaSoft said:
You mean the hardware ? .. iPaq h1940, with PPc2003 Pro ..

Roberto

----- Paul G. Tobey [eMVP] wrote: -----

That sounds like the device does not have AYGSHELL. If it doesn't have it,
you can't call it and it can't be downloaded. You have to talk to the OEM
for the target device (which you didn't define for us).

Paul T.

Alasoft said:
I have used the famous
lacks of the
aygshell.lib for the ARMV4 microproccesor. Does anybody know where to find
this .lib version for that microproccesor ? without a
ToolBar -. I can show, I can hide the Sip :-)
 
Did you add the lib to the linker params?

-Chris


Alasoft said:
I have used the famous

SHFullScreen (hWnd, SHFS_HIDESIPBUTTON);

to make the Sip not visible.

When I try to make this in eVC++, doesn't compile, because it lacks of the
aygshell.lib for the ARMV4 microproccesor. Does anybody know where to find
this .lib version for that microproccesor ?
Whe I use this in the emulator it runs perfectly well - with or without a
ToolBar -. I can show, I can hide the Sip :-)
 
Back
Top