Search found 11043 matches: exe

Return to advanced search

Re: Slow EXE Launch.

Hago siempre asi:

Code: Select all  Expand view

FUNCTION My_Exit()

   IF FILE( "NAME_EXE.log" )
      DELETEFILE( "NAME_EXE.log" )
   ENDIF

RETURN NIL
 


Regards, saludos.
by karinha
Wed May 08, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Re: Slow EXE Launch.

I have managed to get it to where it takes 30 seconds to launch my FiveWin / Harbour exe after compile and link. Is it possible I have a bad link / mak file, I'm getting older so it seems like time should be getting faster, or is this typical. Thanks, Hello I had ...
by Giovany Vecchi
Wed May 08, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Re: Slow EXE Launch.

...  VALUE "LegalTrademarks", "NOME SISTEMA / SYGECOM\0"   VALUE "OriginalFilename", "NOME_EXE.EXE\0"   VALUE "ProductName",   "NOME DO SISTEMA\0"   VALUE "ProductVersion", "1.0000\0"  ...
by karinha
Wed May 08, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Re: Slow EXE Launch.

Windows Defender (built-in antivirus) 1. Open Windows Defender Security Center. 2. Click on "Virus & threat protection" from the left menu. 3. Click on "Virus & threat protection settings". 4. Under "Exclusions", click on "Add or remove exclusions". 5...
by Antonio Linares
Wed May 08, 2024 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Re: Slow EXE Launch.

Hi,

put an exception in the antivirus for your folder where your exe is compiled

C.
by Carles
Tue May 07, 2024 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Re: Slow EXE Launch.

Bryon I use an .EXE shrinker called Aspack .. typically the size of the .exe is at least 30-50 percent smaller .. the smaller the .exe the quicker the program loads .. another benefit of the "shrinker" is that the .exe can ...
by Rick Lipkin
Tue May 07, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Re: Slow EXE Launch.

Can't believe I couldn't put that together. I purchased a new system i9 and all of the Windows Firewall, Virus were on. I have shut them down and it is lightning fast. What is strange is that compiling with xHB (Patrick Mast) it was still fast, only on Harbour was it slow. I will have to play around...
by byron.hopp
Tue May 07, 2024 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Re: Slow EXE Launch.

VIRUS? Tested on another computer? Use AVG Antivirus. Harbour is much slower than [x]Harbour, but not by much.

¿VIRUS? ¿Probado en otra computadora? Utilice el antivirus AVG. Harbour es mucho más lento que [x]Harbour, pero no mucho.

Regards, saludos.
by karinha
Tue May 07, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Slow EXE Launch.

I have managed to get it to where it takes 30 seconds to launch my FiveWin / Harbour exe after compile and link. Is it possible I have a bad link / mak file, I'm getting older so it seems like time should be getting faster, or is this typical. Thanks,
by byron.hopp
Tue May 07, 2024 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 183

Re: Filter on Xbrowse

Hello Mark, The program also works with WEBVIEW2, directly as a FIVEWIN-EXE. Here you have a source. This is just a quick test with a dummy JSON. Normally the JSON would come from the server. However, I would prefer to do the example with mod harbour because ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 672

Re: Llama3-70B as a 7 MB EXE

Already working :-)

It will be included in next FWH build. So your apps can use Llama3-70B power!

https://github.com/FiveTechSoft/screenshots/blob/master/llama370.png?raw=true

Image
by Antonio Linares
Sat May 04, 2024 4:32 pm
 
Forum: latest AI news
Topic: Llama3-70B as a 7 MB EXE
Replies: 2
Views: 88

Re: Llama3-70B as a 7 MB EXE

The idea is to redirect the input and output of hchat.exe so we can use it from Harbour and FWH
by Antonio Linares
Fri May 03, 2024 8:41 am
 
Forum: latest AI news
Topic: Llama3-70B as a 7 MB EXE
Replies: 2
Views: 88

Create an EXE from a python file

pip install pyinstaller

pyinstaller --onefile test.py

then you get test.exe
by Antonio Linares
Thu May 02, 2024 12:43 pm
 
Forum: Off Topic / Otros temas
Topic: Create an EXE from a python file
Replies: 0
Views: 56

Reload data in a combobox

... array elements in the first there is the category code in the second there is the description of the category When show the second combobox the exe crash out Application Internal Error - C:\Work\errori\test_categorie\test2.ExeTerminated at: 2024-04-30 09:22:51Unrecoverable error 6005: Exception ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 125
Next

Return to advanced search