Recent

Author Topic: TCP/IP on PDA [SOLVED]  (Read 7725 times)

ludwyg

  • Newbie
  • Posts: 2
TCP/IP on PDA [SOLVED]
« on: September 15, 2008, 02:44:22 pm »
Hello everyone,

I have downloaded Lazarus with cross compiler, but I can't found any TCP/IP class to connect via TCP/IP to server.

Where I can look for more information?

Thanks a lot
 Ludek

JohnvdWaeter

  • Full Member
  • ***
  • Posts: 171
    • http://www.jvdw.nl
RE: TCP/IP on PDA
« Reply #1 on: September 16, 2008, 03:14:43 pm »
Hi Ludek,

Find the lNet-components.... their link is somewhere on the lazarus-news-pages....

John

ludwyg

  • Newbie
  • Posts: 2
RE: TCP/IP on PDA
« Reply #2 on: September 16, 2008, 03:44:44 pm »
Hi John,

I have found, that Synapse ( http://synapse.ararat.cz/doku.php ) was ported
on WinCE ( http://www.db-gonzales.de/download/WinCETools.zip ).
I´m testing it right now.

lNet-components looks good too.

Ludek

vice

  • New Member
  • *
  • Posts: 28
RE: TCP/IP on PDA
« Reply #3 on: October 03, 2008, 07:37:04 pm »
Quote from: "ludwyg"
Hi John,

I have found, that Synapse ( http://synapse.ararat.cz/doku.php ) was ported
on WinCE ( http://www.db-gonzales.de/download/WinCETools.zip ).
I´m testing it right now.

lNet-components looks good too.

Ludek


How I install synapse for Lazarus?

EDIT:

Quote

How Can I Install Synapse Components?

Synapse is NOT a set of components. It is only library of units with code and classes. It cannot be installed, it does not need to be installed! To use Synapse, you simply copy all the necessary Synapse units to your project directory (or to your library search path) and in your project add a USES line listing the needed Synapse units.

If you would like to configure your Lazarus IDE to be ready to use Synapse with all of your projects without having to copy the units to every single one of your project directories, then do this (Note: this was tested on Lazarus v0.9.12 BETA other versions are subject to change): First copy Synapse to any folder you wish (I have it in the components folder of Lazarus, but you can put it anywhere you like) then in the menu go to “Environment>CodeTools options” (Note: > means sub-menu). Then a small window will popup, when that happens there should be a textbox at the top that says “Aditional source search path for all projects” or something similiar to that. What you must do is insert the directory in which you have copied Synapse to. And there you have it. You are done. Enjoy using Synapse!

The non-component concept is very good for writing non-visual applications, i.e. Windows services, CGI programs, Command-line programs. You may use Synapse in a visual program too. It is easy!

TCP/IP communication cannot be visualised, so why use visual components?

Here's how to add Synapse to Delphi (7; It might be different in more recent versions of the IDE):

   1.
      Downlooad and unzip the latest source code into the directory of your choice, eg. C:\SYNAPSE
   2.
      Open the Delphi IDE, click on Tools > Env't Options > Library, and add C:\SYNAPSE\LIB to the Library Path
   3.
      Create a new project, and add the ad hoc Synapse unit to the Uses clause, eg. Uses httpsend,synacode;


Is the TSocketClient component compatible with WinCE?

Regards.

 

TinyPortal © 2005-2018