Search found 226 matches: launch

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: 200

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, ...
by Giovany Vecchi
Wed May 08, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 200

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 karinha
Wed May 08, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 200

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: 200

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: 200

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 not be read with a hex editor that may reveal some of your code ......
by Rick Lipkin
Tue May 07, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 200

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: 200

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: 200

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: 200

Error raro al compilar

... 2304 64bits) y los compilo con hbmk2. Tengo un bat con que lanza hbmk2 con el fichero .hbp de configuración. Ese bat lo lanzo con F5 desde "Launch Program" de VSC. El otro día, en la Debug Console de VSC me apareció este error: Lines 6402, Functions/Procedures 21Generating C source ...
by alvaro533
Wed Oct 25, 2023 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error raro al compilar
Replies: 6
Views: 376

Re: App Termination and Relaunch.

You can do this: Run an external program from your program -upg.exe () winexec("upg", 1)quit From your program upg.exe () you launch your application, and upg.ехе closing #INCLUDE "FiveWin.ch"function Main   millisec(50)  winexec(MyApp, 1)  quitreturn ...
by Natter
Sat Oct 07, 2023 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 413

Re: App Termination and Relaunch.

Yes, in Windows programming, you can terminate your application and then immediately relaunch it. There are several ways to achieve this, but one common approach is to use the `ShellExecute` function or the `CreateProcess` function to start a new instance of your application ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 413

Re: Video from the site to a file

I launch a video on the website and open the Inspector (F12)
In the Network section, you can see how I receive files with the .mp4 extension (apparently these are the frames).
Can these files be intercepted ?
by Natter
Fri Sep 29, 2023 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 644

Re: Video from the site to a file

There is no link to a specific file in the HTML of this site.
And the video is played through the player vimeo.com
I can launch the player from the FW - I will open this site on WebView and do .click
What will help me, in this case, VLC player ?
by Natter
Thu Sep 28, 2023 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 644

Re: Error sending email

... library list of your .lnk file and error is still there, just when I close the mail message dialog window (without sending). Also, everytime I launch the program a new instance of Outlook is opened (but I think this is a minor issue :-) Roberto Harbour 3.2.0dev (r2008190002)Copyright ...
by karinha
Fri Aug 11, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 822
Next

Return to advanced search