[Gambas-devel] First step for networking component

Leo Barnhoorn leo.barnhoorn at ...53...
Fri Aug 29 06:02:44 CEST 2003


Hallo  Daniel Campos,

> net_0_0_1 --> source code of the component (I think MakeFile is OK),
> to be placed at "lib" folder of gambas sources

This is the problem i get:

Creating the library info files...
/opt/gambas/bin/gbi: error while loading shared libraries: libqt-mt.so: cannot 
open shared object file: No such file or directory
make[2]: *** [install-exec-local] Error 127
make[2]: Leaving directory `/root/gambas-0.63'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/root/gambas-0.63'
make: *** [install-recursive] Error 1

How can i solve this problem.

Thanks

Regards,

Leo Barnhoorn.
 

On Wednesday 27 August 2003 19:17, Daniel Campos wrote:
> Hi!
>
>  Well, i've finished the first little step for the
> networking component. As threading is not a simple
> thing into Gambas (as Benoît remarked in his
> previous message), I'll work first in the "not-threated"
> part of this component (DnsClient, socket Client, server...)
> and after all of this is finished, there will be a work about
> asynchronous methods...
>
> This little first work is a DNS client, this is the
> implementation:
>
> Class:
>
> DnsClient
>
>
> Properties:
>
> HostName --> you can get/set the host name
> HostIP   --> you can get/set the host IP
>
> Methods:
>
> GetHostName -->Gets the Host name from the IP stored in "HostIP"
>                and sets the name into "HostName", or "" if failed
>
> GetHostIP   -->Sets the Host IP from the name stored in "HostName"
>                and sets the IP into "HostIP", or "" if failed
>
>
> Regards,





More information about the Devel mailing list