Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows CE
»
Windows Embedded Compact 7 - Unable to import library aygshell
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
GetObjectProp: Sample fro...
by
af0815
[
Today
at 10:50:27 pm]
error release when memo.s...
by
dseligo
[
Today
at 10:36:24 pm]
Want to see something fun...
by
OC DelGuy
[
Today
at 10:33:29 pm]
Best way to parse file.
by
Warfley
[
Today
at 09:14:30 pm]
lazreport load image from...
by
hamacker
[
Today
at 08:55:01 pm]
is there a "Lazarus.ini"?
by
qk
[
Today
at 08:53:20 pm]
pls advice for good style...
by
KodeZwerg
[
Today
at 08:17:23 pm]
GtoH
by
circular
[
Today
at 08:08:50 pm]
Question about GTK2 text ...
by
zeljko
[
Today
at 06:32:35 pm]
Type checking of units of...
by
440bx
[
Today
at 04:41:14 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Windows Embedded Compact 7 - Unable to import library aygshell (Read 15821 times)
swierzbicki
Full Member
Posts: 177
Windows Embedded Compact 7 - Unable to import library aygshell
«
on:
July 16, 2014, 01:56:10 pm »
Hello,
Can somebody helps me with this issue ?
My exe (wince/arm) failed to load on Windows Embedded Compact 7 device. It stops with this error :
Unable to import library aygshell
This exe used to works from Windows Mobile 5 to Windows Embedded 6.53. Aygshell is available in windows folder !
Where should I start ?
Logged
Lazarus 1.6.2
fpc 3.0.0
wince/win32/win64
delphi berlin
bambamns
Full Member
Posts: 223
Re: Windows Embedded Compact 7 - Unable to import library aygshell
«
Reply #1 on:
July 17, 2014, 06:04:52 am »
Try to read and make changes like in post
http://forum.lazarus.freepascal.org/index.php/topic,23237.0.html
Logged
Lazarus 1.8.4 + FPC 2.6.4 x86 (rebuild) and Lazarus 2.0, Windows 7 x64, unless otherwise specified
swierzbicki
Full Member
Posts: 177
Re: Windows Embedded Compact 7 - Unable to import library aygshell
«
Reply #2 on:
July 17, 2014, 11:38:35 am »
Hello
Thank you for your tip but can you help me on this ? I've deleted aygshell*.* files in "C:\lazarus\fpc\2.6.4\units\arm-wince\winceunits" folder but I'm no more able to compile my project. I'm getting error like :
Quote
wince\winceint.pp(41,5) Fatal: Can't find unit aygshell used by WinCEInt
I've tried to add "C:\lazarus\fpc\2.6.4\source\packages\winceunits\src" to the add. search path but it failed too.
Thank you
Logged
Lazarus 1.6.2
fpc 3.0.0
wince/win32/win64
delphi berlin
bambamns
Full Member
Posts: 223
Re: Windows Embedded Compact 7 - Unable to import library aygshell
«
Reply #3 on:
July 17, 2014, 09:16:17 pm »
As I can see, problem is in 3 functions : SHCreateMenuBar, SHFindMenuBar, SHRecognizeGesture.
Goal is to remove calls from WinCe-LCL , not to delete aygshell*.* files.
Reinstall Lazarus and FPC and make this changes.
Logged
Lazarus 1.8.4 + FPC 2.6.4 x86 (rebuild) and Lazarus 2.0, Windows 7 x64, unless otherwise specified
swierzbicki
Full Member
Posts: 177
Re: Windows Embedded Compact 7 - Unable to import library aygshell
«
Reply #4 on:
July 17, 2014, 10:22:30 pm »
I have restored aygshell*.* compiled files.
You are telling me that I need to modify WinCE-LCL files ? Does this means that all files located in folder C:\lazarus\lcl\interfaces\wince should be modified ?
Thank you for your help
Logged
Lazarus 1.6.2
fpc 3.0.0
wince/win32/win64
delphi berlin
bambamns
Full Member
Posts: 223
Re: Windows Embedded Compact 7 - Unable to import library aygshell
«
Reply #5 on:
July 18, 2014, 05:44:19 am »
No, you have to try to change ..fpc\2.6.4\source\packages\winceunits\src\aygshell.pp to exclude api calls for SHCreateMenuBar, SHFindMenuBar, SHRecognizeGesture.
Well, another step is to recompile FPC for arm-wince (this can be tricky) or to try to copy all files from ..fpc\2.6.4\source\packages\winceunits\src\ with changed aygshell.pp to your project folder and then recompile whole project.
I didn't tried this - this is only my guess what pcler did in
http://forum.lazarus.freepascal.org/index.php/topic,23237.0.html
Logged
Lazarus 1.8.4 + FPC 2.6.4 x86 (rebuild) and Lazarus 2.0, Windows 7 x64, unless otherwise specified
swierzbicki
Full Member
Posts: 177
Re: Windows Embedded Compact 7 - Unable to import library aygshell
«
Reply #6 on:
July 20, 2014, 08:54:29 pm »
I was able to exclude api calls for SHCreateMenuBar, SHFindMenuBar, SHRecognizeGesture.
I had endless access violation when running my project under Windows CE 7...
I'm now stuck in the middle of nowhere. Who can help me on this ?
Logged
Lazarus 1.6.2
fpc 3.0.0
wince/win32/win64
delphi berlin
SonnyBoyXXl
Jr. Member
Posts: 54
Re: Windows Embedded Compact 7 - Unable to import library aygshell
«
Reply #7 on:
February 16, 2016, 12:14:29 am »
look here
http://forum.lazarus.freepascal.org/index.php/topic,31533.0.html
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows CE
»
Windows Embedded Compact 7 - Unable to import library aygshell
TinyPortal
© 2005-2018