Search found 1485 matches: network

Return to advanced search

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

... makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional benefit is that your .exe once shrinked makes it impossible ...
by Enrico Maria Giordano
Sat May 11, 2024 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 13
Views: 134

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

... makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional benefit is that your .exe once shrinked makes it impossible ...
by quim
Sat May 11, 2024 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 13
Views: 134

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

... makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional benefit is that your .exe once shrinked makes it impossible ...
by Rick Lipkin
Sat May 11, 2024 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 13
Views: 134

Re: get your external IP

Code: Select all  Expand view
GetHostByName( GetHostName() )

gives us the local IP of our PC in the Local Area Network.
Not the Public IP of our router
by nageswaragunupudi
Mon May 06, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 192

Re: Compiler with MSVC y HARBOUR

... 1. libssl-1_1-x64.dll Purpose: This library is part of OpenSSL and provides the SSL/TLS protocol support necessary for secure communications over networks. It's used to encrypt data transmitted over network connections, helping secure web communications for services like HTTPS. Where to Get: This ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 186

Re: DNS

... DLLs (Dynamic Link Libraries) that were loaded during the initialization process using WSAStartup(). These DLLs provide support for specific network protocols like TCP/IP. Cancels Pending Calls (with caution): It's important to note that WSACleanup() cancels any pending blocking or asynchronous ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1512

Re: GetHostByName( GetHostName() )

Dear Byron, You may ask chatgpt and Google Gemini about it and both offer good advice: chatgpt: Enumerate Network Interfaces: Use the GetAdaptersInfo or GetAdaptersAddresses function to enumerate all network interfaces on your system. These functions provide information about ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 181

GetHostByName( GetHostName() )

... showing as adapters. The address returned by the function GetHostByName returns a different one that the one that has the same subnet as the network my system is on. Is this a bad configuration on my workstation? How do I get it to return the IP on the same subnet as my system?
by byron.hopp
Wed Mar 06, 2024 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 181

Data exchange between PC and Android device on the same loca

... ROBUST for such a simple need. Any ideas or suggestions for this small scenario of: Data exchange between PC and Android device on the same local network via WiFi. ? Arturo LS
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 827

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Seriously, this is ridiculous. I accepted your solution can be used on a network in my last comment.

All I asked is if tSwitch can now work with resources since Nages said elsewhere it couldn’t.

No problem. I’m done. I don’t really need an answer. Bye.
by TimStone
Sat Feb 10, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 833

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Why would I re-write a very complex program with over 100,000 lines of code, to use on a network , when it works perfectly on one now, is rock solid, incredibly fast, and completely satisfies my clients? How would they benefit? If it was a New program, fine, but I see ...
by TimStone
Sat Feb 10, 2024 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 833

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Tim,
Please explain to me why you need the internet for WebView2 or mod_harbour.
It works wonderfully on a local network or even on a single PC.

Best regards,
Otto
by Otto
Sat Feb 10, 2024 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 833

Re: RAO advice on using Mysql

... with 4.1 million records. Let us see the speed. This speed is by accessing the data from a Server in NewYork over Internet. Speeds on local area network will be even far better. #include "fivewin.ch"function Main()   local oCn, oRs, nSum, nSecs   SET DATE ...
by nageswaragunupudi
Fri Feb 02, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1018

Re: MySql vs Oracle

Armando: cual es el contenido de tu archivo C:\oracle\product\10.2.0\client_1\network\ADMIN\TNSNAMES.ORA (La carpeta dependera de tu version y donde instalaste el cliente) O si puedes capturar la pantalla del ODBC para ver que ambos coincidan. Sino, envíame un ...
by cmsoft
Wed Jan 31, 2024 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1749

Re: MySql vs Oracle

Hi Armando I like to use MS Access for local and small network applications using ADO .. and you can use ADO for Oracle as well .. but my choice of an ( ado ) Enterprise database would be Microsoft Sql Server which is free up to a certain number of ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1749
Next

Return to advanced search

cron