FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Fwh Local Chat
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Fwh Local Chat
Posted: Sat Sep 20, 2008 04:42 PM

Do you have an sample to create a chat TcIP?
I found an old source code but not run ok
I need a small chat to talk on Local Net

thanks

Best Regards, Saludos



Falconi Silvio
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Fwh Local Chat
Posted: Sun Sep 21, 2008 10:23 AM

Silvio,

You can simply use a shared DBF and a browse and a timer to repaint it.

Every msg is just a new record in the DBF :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Fwh Local Chat
Posted: Sun Sep 21, 2008 10:58 AM

Dear Antonio,
I made a test with an old prg.
It run ok I try it on the same pc .
Then i insert it into a pc server into a folder c:\chatter
then from each client i load a link from the exe of the pc server.
the first client run ok when i open the second client it make error .
the program use some dbf and they are open shared.

now i must use the command :

net send clientname message

but if i must found a solution

I remember someone made a minichat client/server and all clients must link to a ip static (server) but i not found this old source.

Best Regards, Saludos



Falconi Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Fwh Local Chat
Posted: Mon Sep 22, 2008 07:27 AM

Dear Antonio,

I try with :

http://www.fivewin.com.br/exibedicas.asp?id=581

this chat use dbfs but not run ok or there is an error when open the file

I try also with :

http://www.fivewin.com.br/exibedicas.asp?id=432

This chat instead use winsock system ( client and server) but I not Know How run it

Then I search something in google

I saw popmessenger ( http://www.leadmind.com/)
dowload it please and try

It nou use dbfs, or not use two exe file ( CLIENT.EXE and SERVER.EXE)
it use only Tc IP port and ip address

it not link to a server

it run on lan and I can talk with all

But It is not free and I want create it with fwh

How I can Make a chat as popmessenger ?

Why we not cannot create a program in fwh as popmessenger ?

Why you not create a base chat program to understand the winsock possibilities ?

Best Regards, Saludos



Falconi Silvio

Continue the discussion