Search found 230 matches: launch

Return to advanced search

Re: Preview of the invoice in advance

... Sending Invoice Preview: Fivewin sends an invoice preview in JSON format to the web server. Fivewin also generates the HTML to send the data. HTML Launch: The HTML is called with WaitRun(). Simultaneously, a timer starts to check if a response is received from the client. Response Check in HTML: ...
by Otto
Fri Oct 25, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 700

Re: Route from Fiber Optic to the Web Server

... installation routine for the mod_harbour server, which includes securing the server, is a significant reason why we haven't been able to fully launch the mod_harbour project. Very few Harbour/FiveWin users feel confident with Windows self-hosting. Additionally, if you opt for a hosting service, ...
by Otto
Wed Oct 23, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 227

Re: error : streams

Hi After compiling, it takes a long time to launch. Sometimes it does not launch at all after compiling. I have to type the exe file name in order to launch it. Sometimes I have to type in the exe file name a few times. After I enter the program, ...
by acwoo1
Tue Jul 16, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error : streams
Replies: 22
Views: 1841

shellexecute open a folder and search files

Hi,
is it possible to launch shellexecute that opens a folder and to perform immediately a search for a file mask passed as parameters?
For Instance Open f:\myapp\report\ folder and search all files 202405*.pdf

Bye
by MarcoBoschi
Fri May 24, 2024 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute open a folder and search files
Replies: 10
Views: 1442

Re: Slow EXE Launch.

Hago siempre asi:

Code: Select all  Expand view  RUN

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

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

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

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

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

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

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

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

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

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

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: 680
Next

Return to advanced search