G
Guest
I gotta hide SIP using the follow code for eVC
HideSIP(HWND hWnd
SHFullScreen (hWnd, SHFS_HIDESIPBUTTON)
I've verified function prototype
BOOL SHFullScreen
HWND hwndRequester
DWORD dwStat
)
When I`m going to compile for ARMV4 target device, I got this error message
error LNK2019: unresolved external symbol SHFullScreen referenced in function _OcultarSI
ARMV4Rel/LogiMap.dll : fatal error LNK1120: 1 unresolved external
But if I try to compile for Win32 Emulator i got no errors... I´ve check for aygshell.lib in PocketPC SKD 2003 folder, compiler
linking paths... everthing is fine... but finally I couldn't link the library..
I don´t care what's going on... I don`t know and I'm not gonna try to fix it... In fact, I just wanna hide SIP !!
Now I'm trying to do the same in VB.NET CF using the following syntax
static bool SHFullScree
<DllImport "aygshell.dll", SetLastError:=True)>
Public Shared Function SHFullScreenGetCapture( IntPtr hWnd, Integer flags) as Integer
End Functio
but it throws exception" A managed MissingMethodException
Does anyone help me
I´m sure that there's another way to fix this problem..
PD. My target device is a HP IPAQ 1940 with PocketPC 2003 O
HideSIP(HWND hWnd
SHFullScreen (hWnd, SHFS_HIDESIPBUTTON)
I've verified function prototype
BOOL SHFullScreen
HWND hwndRequester
DWORD dwStat
)
When I`m going to compile for ARMV4 target device, I got this error message
error LNK2019: unresolved external symbol SHFullScreen referenced in function _OcultarSI
ARMV4Rel/LogiMap.dll : fatal error LNK1120: 1 unresolved external
But if I try to compile for Win32 Emulator i got no errors... I´ve check for aygshell.lib in PocketPC SKD 2003 folder, compiler
linking paths... everthing is fine... but finally I couldn't link the library..
I don´t care what's going on... I don`t know and I'm not gonna try to fix it... In fact, I just wanna hide SIP !!
Now I'm trying to do the same in VB.NET CF using the following syntax
static bool SHFullScree
<DllImport "aygshell.dll", SetLastError:=True)>
Public Shared Function SHFullScreenGetCapture( IntPtr hWnd, Integer flags) as Integer
End Functio
but it throws exception" A managed MissingMethodException
Does anyone help me
I´m sure that there's another way to fix this problem..
PD. My target device is a HP IPAQ 1940 with PocketPC 2003 O