x
This website is using cookies. We use cookies to ensure that we give you the best experience on our website. More info. That's Fine
HPC:Factor Logo 
 
Latest Forum Activity

Removing Aygshell.h Dependency

torch Page Icon Posted 2024-04-22 7:26 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,758
Location:
United StatesĀ 
Status:
Is there a "simple" way to compile PocketPC programs that require use of the Aygshell.h library for HPC 2000 or Pro?
fatal error C1083: Cannot open include file: 'aygshell.h': No such file or directory


but when I copy the aygshell.h from PPC SDK into the Dev Project folder I get this error:
LINK : fatal error LNK1181: cannot open input file "aygshell.lib"
 Top of the page
C:Amie Page Icon Posted 2024-04-22 8:32 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
18,011
Location:
United Kingdom
Status:
You can give it th lib, which will cause more regression errors because of other missing files, you can remove the external library and references and try and replace the code with WINCE calls / void returns and see if the dependency is quite shallow or you can compile it for PPC and use a H/PC stub file.

None of the above is 'easy mode'.
 Top of the page
Jump to forum:
Seconds to generate: 0.168 - Cached queries : 60 - Executed queries : 8