- Posts: 15
- Thank you received: 2
×
Third party announcements.
If you want to share with others your project or applications, build with CT, you can do it here.
If you want to share with others your project or applications, build with CT, you can do it here.
Question VNC viewer for code typhon v5.10
- chulwoong
-
Topic Author
- Offline
- New Member
-
Less
More
7 years 4 months ago - 7 years 4 months ago #6863
by chulwoong
VNC viewer for code typhon v5.10 was created by chulwoong
Hi all,
I made a project to build vnc viewer example for code typhoon v5.10. I hope this project also supprts code typhon v5.20.
You can download the project from a link below.
drive.google.com/file/d/0B8K_ItxGsDeYZ1l...djA/view?usp=sharing
From the link above, three pojects are seen.
1.RemoteCap.dpr : Windows VNC viewer for Delphi2010
2.lazvncview.lpi: Windows VNC viewer for code typhon v5.10
3.rasplazvncview.lpi: Raspberry pi 1 VNC viewer for code typhon v5.10
In order to test the project, I setup a pc to run tightVNC server in the intranet. The resolution for the test pc is 640x480. It only supports IPv4, no OpenSSL and no GNUTLS.
Please copy 'arm-linux-vnc/libremoteControll.so' and 'arm-linux-vnc/libvncclient.so.0' to '/usr/local/lib' folder of your raspberry pi and do 'export LD_LIBRARY=/usr/local/lib' when you run the vnc viewer for raspberry pi.
This project is built using 'LibVNCServer (libvnc.github.io)'.
There might be bugs though.
I made a project to build vnc viewer example for code typhoon v5.10. I hope this project also supprts code typhon v5.20.
You can download the project from a link below.
drive.google.com/file/d/0B8K_ItxGsDeYZ1l...djA/view?usp=sharing
From the link above, three pojects are seen.
1.RemoteCap.dpr : Windows VNC viewer for Delphi2010
2.lazvncview.lpi: Windows VNC viewer for code typhon v5.10
3.rasplazvncview.lpi: Raspberry pi 1 VNC viewer for code typhon v5.10
In order to test the project, I setup a pc to run tightVNC server in the intranet. The resolution for the test pc is 640x480. It only supports IPv4, no OpenSSL and no GNUTLS.
Please copy 'arm-linux-vnc/libremoteControll.so' and 'arm-linux-vnc/libvncclient.so.0' to '/usr/local/lib' folder of your raspberry pi and do 'export LD_LIBRARY=/usr/local/lib' when you run the vnc viewer for raspberry pi.
This project is built using 'LibVNCServer (libvnc.github.io)'.
There might be bugs though.

Last edit: 7 years 4 months ago by chulwoong.
The following user(s) said Thank You: FredyCC
Please Log in or Create an account to join the conversation.
- usbdoo
- Visitor
-
7 years 4 months ago - 7 years 4 months ago #6864
by usbdoo
Replied by usbdoo on topic VNC viewer for code typhon v5.10
I try.
OS Debian
code typhoon v5.10
But i get this.
Error: ppcarm can't be executed, error message: Failed to execute "ppcarm", error code: 127
OS Debian
code typhoon v5.10
But i get this.
Error: ppcarm can't be executed, error message: Failed to execute "ppcarm", error code: 127
Last edit: 7 years 4 months ago by usbdoo.
Please Log in or Create an account to join the conversation.
- chulwoong
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 2
7 years 4 months ago - 7 years 4 months ago #6866
by chulwoong
Replied by chulwoong on topic VNC viewer for code typhon v5.10
Hi usbdoo,
It looks like an error from build time. Would you check up your build enviroment? There is a tutorial to setup cross-compile enviroment for RPi.
This project was built for Raspbian (Debian Wheezy) 2013-09-25.
I am uploading screenshots for vnc viewers from this project for win-code typhon, rpi-code typhon and delphi.
It looks like an error from build time. Would you check up your build enviroment? There is a tutorial to setup cross-compile enviroment for RPi.
This project was built for Raspbian (Debian Wheezy) 2013-09-25.
I am uploading screenshots for vnc viewers from this project for win-code typhon, rpi-code typhon and delphi.
Attachments:
Last edit: 7 years 4 months ago by chulwoong.
The following user(s) said Thank You: usbdoo
Please Log in or Create an account to join the conversation.