Search found 5257 matches: main

Return to advanced search

Re: Using llama64.lib with Harbour

We are checking it with Alexander as it is running very slow, and we don't know why yet

Llama.cpp main.exe runs much faster
by Antonio Linares
Wed Mar 27, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using llama64.lib with Harbour
Replies: 4
Views: 1212

Error en Listbox.

... _FWH( 3154 ) Called from: => WINRUN( 0 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 980 ) Called from: Sistema.prg => MAIN( 327 ) ya he probado cambiando hasta los campos y nada. Alguna sugerencia? Gracias
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 316

Re: Window transition event

Dear Yuri, Use the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 513

Re: New FWH 24.02

Try adding this to your main PRG:

Code: Select all  Expand view
#pragma BEGINDUMP

void __get_std_stream() {}

#pragma ENDDUMP
by Enrico Maria Giordano
Sat Mar 09, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7233

Re: To Nageswrao Del Objs on TscrollPanel

... I have 3 buttons   Admin , Procedure 5, Procedure 5 only whe I resize the explorerbar or size the main window the tpanel is refreshed but the second button is not clickable  https://i.postimg.cc/t4tYgmB4/out.jpg
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 693

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

Este ejemplo parece correcto: #include "fivewin.ch"function Main()   USE CUSTOMER   ? SELECT()   // --> 1   DBSELECTAREA( 0 )   ? SELECT()  // --> 2return nil He puesto en mi MAIN() inmediatamente después de ...
by FiveWiDi
Tue Mar 05, 2024 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3647

Re: FWH 24.02 new Class TWebView2

Dear Otto, Looking in the webview2 docs I can't find a SetAllowFileAccess() https://github.com/FiveTechSoft/FiveTech_wiki/blob/main/FiveWin/WebView/microsoft-edge-webview2-reference-win32-webview2-1.0.2365.46.pdf I am going to ask Bruno about it as he already has a ...
by Antonio Linares
Sat Mar 02, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2483

Re: Intentando un primer archivo make

Yo primero declaro las variables publicas y privadas dentro de un .ch con MEMVAR, luego declaro las PUBLIC dentro del MAIN y las privadas dentro del PRG que corresponda.

Te enviare a tu correo los archivos que yo uso para que los adaptes a tu caso particular.
by JoseAlvarez
Wed Feb 28, 2024 12:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 259

Re: Intentando un primer archivo make

José, Gracias por estar siempre bien dispuesto a ayudar a quienes nos enfrentamos a desafíos. Quizá puedas ayudarme con esto: Yo defino en el main algunas variables públicas Sucede que en otra función llamo a esas variables públicas, y en esos prgs siempre tengo el error de ambiguos reference. ...
by jose_murugosa
Wed Feb 28, 2024 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 259

Re: Error System no longer works.

Show: Called from MAIN(71) in .\ihss32.PRG complete. Have you modified ERRSYSW.PRG? Copy the ORIGINAL from c:\fwh\source\function to the project folder and compile and tell us what happen. ¿Has modificado ERRSYSW.PRG? Copie el ORIGINAL ...
by karinha
Tue Feb 27, 2024 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 121

Error System no longer works.

... Called from (b)ERRORSYS(23) in .\source\function\ERRSYSW.PRG Called from RECORDCOUNT(0) Called from OPENSETS(96) in .\ihss32.PRG Called from (b)MAIN(71) in .\ihss32.PRG Called from TMDIFRAME:ACTIVATE(1006) in .\source\classes\WINDOW.PRG Called from MAIN(71) in .\ihss32.PRG ------------------------------------------------------------------------ ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 121

Re: Runner Xbase (RX)

Hola, Norton la detecta como web pagina peligrosa. Debe ser un falso positivo. De peligroso no hay nada :D Si sigues teniendo problemas ponte en contacto conmigo desde el discord y lo miramos... Ya he puesto a correr "rx.exe" y levanta correctamente. Pruebo con "http://localhost:81/&q...
by Carles
Thu Feb 22, 2024 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Runner Xbase (RX)
Replies: 7
Views: 1641

Re: Runner Xbase (RX)

Hola Carles. Primero, gracias por esta nueva herramienta. Ya he puesto a correr "rx.exe" y levanta correctamente. Pruebo con "http://localhost:81/" y levanta correctamente la ventana con el logo de "Runner xBase" Pruebo con "http://localhost:81/html/xtreme/view_mai...
by csincuir
Thu Feb 22, 2024 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Runner Xbase (RX)
Replies: 7
Views: 1641

Re: leggere test,hrb

Antonio Linares wrote:You can not have two Main()s

Functions names must be different



With HB_Compile( "", "test.prg", "/n", "/gh" )

If I have also

test.prg,
tslines.prg,
ut_fun.prg
ut_labels.prg
and the lib hbzebra.lib

how I can to creare the file hrb ?
by Silvio.Falconi
Fri Feb 16, 2024 8:12 pm
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 7497

Re: leggere test,hrb

Antonio Linares wrote:You can not have two Main()s

Functions names must be different



Oops Sorry the mistake now i go to try
by Silvio.Falconi
Fri Feb 16, 2024 7:54 pm
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 7497
PreviousNext

Return to advanced search