Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Networking and Web Programming
»
Chat component
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[SOLVED] Lazreport. Multi...
by
Petrus Vorster
[
Today
at 09:27:32 am]
exception external SIGSEG...
by
dseligo
[
Today
at 07:57:12 am]
Single / Double / Float s...
by
Khrys
[
Today
at 07:12:43 am]
Has anyone installed TeeB...
by
egsuh
[
Today
at 06:34:29 am]
Commerce website written ...
by
Handoko
[
Today
at 05:24:32 am]
Hashing pointers by using...
by
440bx
[
Today
at 01:15:38 am]
FPC 3.2.4-rc1 available
by
dsiders
[
Today
at 12:59:46 am]
Introducing PasBuild 1.0....
by
dbannon
[December 11, 2025, 11:54:37 pm]
[SOLVED] Program compiles...
by
Schmitty2005
[December 11, 2025, 07:35:39 pm]
TIBDataSet "Closing"? on ...
by
RedOctober
[December 11, 2025, 05:00:04 pm]
So many "newbies"
by
gidesa
[December 11, 2025, 04:18:38 pm]
How can I make a safe app...
by
LeP
[December 11, 2025, 03:30:34 pm]
[SOLVED] Need help conver...
by
srvaldez
[December 11, 2025, 01:52:33 pm]
SpkToolbar custom update
by
wp
[December 11, 2025, 01:48:16 pm]
OS/2 Warp 4 problem with ...
by
Thaddy
[December 11, 2025, 01:35:10 pm]
Is FPGUI still active?
by
BSaidus
[December 11, 2025, 01:25:31 pm]
Bitmap into Paintbox
by
BubikolRamios
[December 11, 2025, 12:58:20 pm]
Notetask 1.1.0 - Free cro...
by
AlexanderT
[December 11, 2025, 12:11:14 pm]
Matching video to form
by
Pe3s
[December 11, 2025, 10:56:47 am]
Is Lazarus' Tool Palette ...
by
Ed78z
[December 11, 2025, 10:37:03 am]
[SOLVED] RXSwitch
by
Petrus Vorster
[December 11, 2025, 10:35:00 am]
fpsockets error: 10047
by
rvk
[December 11, 2025, 09:50:08 am]
Military Grade Directives
by
Thaddy
[December 11, 2025, 08:56:12 am]
Permutation of rows and c...
by
Zvoni
[December 11, 2025, 08:33:20 am]
Jacks or Better card game...
by
TBMan
[December 11, 2025, 03:12:03 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Chat component (Read 13603 times)
LazaruX
Hero Member
Posts: 597
Lazarus original cheetah.The cheetah doesn't cheat
Chat component
«
on:
August 30, 2011, 01:18:56 pm »
Hello everybody,
(I am back after some time ;-) ).
I have searched a bit on google and on the forum, but I cannot find anything around about it.
Is there any chat component for lazarus. What I am looking for is a component where I can instantly exchange messages (as in a chat).
Already tThanks for the answers
Logged
Shebuka
Sr. Member
Posts: 429
Re: Chat component
«
Reply #1 on:
August 30, 2011, 02:50:31 pm »
I don't think so, because it's need of server and client side component, and then you must manage users, rooms, pvt ecc... you must write all the thing by hand using networking library like lnet.
Logged
BigChimp
Hero Member
Posts: 5740
Add to the wiki - it's free ;)
Re: Chat component
«
Reply #2 on:
August 30, 2011, 02:53:36 pm »
Of course, you could try and use existing libraries (e.g. XMPP/Jabber libraries in C/C++/Delphi/whatever) and see if you can use them inside FPC/Lazarus...
Logged
Want quicker answers to your questions? Read
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero
Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified
JD
Hero Member
Posts: 1909
Re: Chat component
«
Reply #3 on:
August 30, 2011, 03:57:44 pm »
Welcome back. You can try any of these
a)
http://delphi.about.com/library/weekly/aa101105a.htm
a Delphi UDP chat program
b)
http://www.devarticles.com/c/a/Delphi-Kylix/Creating-Chat-Application-with-Borland-DelphiIndy-The-Client/
http://www.devarticles.com/c/a/Delphi-Kylix/Sever-Side-Chat-Application-with-Borland-DelphiIndy/
http://www.devarticles.com/c/a/Delphi-Kylix/Server-Side-Chat-Application-with-Borland-DelphiIndy-concluded/
a Delphi chat program using Indy
c)
http://mick605.developpez.com/articles/creation-chat/
another Delphi Chat program using Indy (this one is in French)
They are not components, they are fully working programs with source code using UDP or TCP sockets. I hope it helps. Bon chance!
«
Last Edit: August 30, 2011, 04:48:18 pm by JD
»
Logged
Linux Mint - Lazarus 4.0/FPC 3.2.2,
Windows - Lazarus 4.0/FPC 3.2.2
mORMot 2, PostgreSQL & MariaDB.
LazaruX
Hero Member
Posts: 597
Lazarus original cheetah.The cheetah doesn't cheat
Re: Chat component
«
Reply #4 on:
August 31, 2011, 10:15:51 am »
Merci beaucoup (my written french is worster than my spoken one ;-) )
I will give those links a look.
Logged
JD
Hero Member
Posts: 1909
Re: Chat component
«
Reply #5 on:
August 31, 2011, 10:24:52 am »
Quote from: LazaruX on August 31, 2011, 10:15:51 am
Merci beaucoup (my written french is worster than my spoken one ;-) )
I will give those links a look.
De rien
Logged
Linux Mint - Lazarus 4.0/FPC 3.2.2,
Windows - Lazarus 4.0/FPC 3.2.2
mORMot 2, PostgreSQL & MariaDB.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Networking and Web Programming
»
Chat component
TinyPortal
© 2005-2018