- Posts: 18
- Thank you received: 1
×
CodeTyphon Cross-Build Development, discussions and problems
Question Error virtual keyboar creation
- Joao Barbosa
-
Topic Author
- Offline
- New Member
-
Less
More
1 year 1 week ago #14584
by Joao Barbosa
Error virtual keyboar creation was created by Joao Barbosa
hi
I get this error after trying to link c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-linux-ld.exe: cannot find -lXtst
This Happens when i add the MouseAndKeyinput to the uses of the form.
If i leave it out it links without any problem and i can run the app on a raspberry pi.
I am trying to create a virtual keyboard.
Thank You
Win 10
C.T. LAB 7.1
I get this error after trying to link c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-linux-ld.exe: cannot find -lXtst
This Happens when i add the MouseAndKeyinput to the uses of the form.
If i leave it out it links without any problem and i can run the app on a raspberry pi.
I am trying to create a virtual keyboard.
Thank You
Win 10
C.T. LAB 7.1
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 year 1 week ago #14585
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Error virtual keyboar creation
Go to Pi /usr/lib/ folder
Find all libXtst.so libraries (with file explorer).
Copy the original Linux library libXtst.so.xx.xx, NOT the links files libXtst.so.xx
to your windows Project arm-linux libraries folder.
Rename libXtst.so.xx.xx to libXtst.so
Unix native programming need some Unix basic knowledge...
Find all libXtst.so libraries (with file explorer).
Copy the original Linux library libXtst.so.xx.xx, NOT the links files libXtst.so.xx
to your windows Project arm-linux libraries folder.
Rename libXtst.so.xx.xx to libXtst.so
Unix native programming need some Unix basic knowledge...
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Joao Barbosa
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 1
1 year 1 week ago #14591
by Joao Barbosa
Replied by Joao Barbosa on topic Error virtual keyboar creation
Attachments:
Please Log in or Create an account to join the conversation.