Search found 58 matches: explicit

Return to advanced search

Re: Cambio dimensiones gets FWH-24.09

... to bcc77 Do you have by any chance? You can browse the old commits in the FWH repository. But please, answer to this question: why do you need an explicit destructor? FWH never used explicit destructors for any classes before.
by Enrico Maria Giordano
Mon Oct 07, 2024 11:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio dimensiones gets FWH-24.09
Replies: 39
Views: 1252

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

Yes, I think so. But the question is: why do you need an explicit destructor?
by Enrico Maria Giordano
Mon Sep 30, 2024 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1330

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... is indeed ready using `hb_stack_ready`. ### 5. **Error Handling Around `hb_vmSend()`** To capture more details about the failure, you can add more explicit error checking before calling `hb_vmSend()`. For example: if (pDestructor && pObject){    hb_vmPushSymbol(pDestructor);  ...
by nnicanor
Wed Sep 25, 2024 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1330

link between PRG and RC

... a fivewin project? my second question: i noticed that prg files seem to interact with files located in rc/*.rc. but I am unable to find an explicit link in the prg file that would confirm to me this connection. please would someone be so kind as to explain the syntax used for this purpose ...
by Ruth
Mon Jan 29, 2024 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 3345

Fivewin controls similar to javascript elements

... to a parent element for events triggered by its children). In Windows programming, while similar behavior can be achieved, it often requires more explicit message routing.
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1659

Re: How to create a PRIVATE variable owned by the caller?

... a private variable consists of the inline assignment operator (:=) followed by any valid CA-Clipper expression including a literal array. If no explicit <initializer> is specified, the variable is initialized to NIL. In the case of an array, each element is initialized to NIL. You can ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 1543

Re: Función para extraer cadena numérica

... n  += n   enddoreturn aResult Usage: ? ValSplit( 10 ) // -> { 2,8 }? ValSplit( 12 ) // --> { 4,8 } Mr. Rao, as always giving explicit examples and saving work. Fantastic.
by VictorCasajuana
Tue Aug 30, 2022 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Función para extraer cadena numérica
Replies: 8
Views: 985

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... long)': cannot convert argument 1 from 'void *' to 'MYSQL *' erp.prg(272): note: Conversion from 'void*' to pointer to non-'void' requires an explicit cast ..\mysql\Include\mysql.h(405): note: see declaration of 'mysql_real_query' erp.prg(279): warning C4312: 'type cast': conversion from 'long' ...
by Compuin
Thu Jul 01, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 6521

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... long)': cannot convert argument 1 from 'void *' to 'MYSQL *' erp.prg(271): note: Conversion from 'void*' to pointer to non-'void' requires an explicit cast ..\mysql\Include\mysql.h(405): note: see declaration of 'mysql_real_query' erp.prg(278): warning C4312: 'type cast': conversion from 'long' ...
by Compuin
Thu Jul 01, 2021 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 6521

Re: xHarbour with SSL/TLS - Master Enrico.

Sorry, I didn't understand your question. Could you be more explicit, please?

EMG
by Enrico Maria Giordano
Wed Dec 02, 2020 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour with SSL/TLS - Master Enrico.
Replies: 32
Views: 4649

Dependency walker - great utility

... can be run as graphical application or as a console application. Dependency Walker handles all types of module dependencies, including implicit, explicit (dynamic / runtime), forwarded, delay-loaded, and injected. A detailed help is included. Dependency Walker is completely free to use. However, ...
by Antonio Linares
Fri Sep 13, 2019 5:00 am
 
Forum: Utilities / Utilidades
Topic: Dependency walker - great utility
Replies: 3
Views: 1387

Re: New FWH 19.03

... nPad ) I can say, that after i use a certain color for text, this color are stay in further oPrn:say()s! If i will back to black i must this explicit define in the next oPrn:say()! Please also see: viewtopic.php?f=3&t=36920 If the method Say() is called with the parameters nClrText and/or ...
by nageswaragunupudi
Thu Apr 11, 2019 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 5883

Re: New FWH 19.03

I can say, that after i use a certain color for text, this color are stay in further oPrn:say()s! If i will back to black i must this explicit define in the next oPrn:say()!
by byte-one
Wed Apr 10, 2019 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 5883

Re: New FWH 18.07

... Instead of doing stealth release of updates that we have to go looking for in message sub posts, can you please adopt a practice of posting an explicit update notice. e.g. "New FWH 18.07" should become "New FWH 18.07-2". Just something obvious so we don't just happen across ...
by rhlawek
Wed Oct 10, 2018 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 18.07
Replies: 8
Views: 1954

Re: Pdf into dialog

... el y sus dudas..que nunca comparte NADA..., por eso cuando tiene alguna duda, hay que pensar varias veces en responder para ayudarlo y ser muy explicito al responder, GROSERO COMO EL SOLO, CAEN MAL SUS PALABRAS Y ESO QUE NO FUERAN CONMIGO, asi que piensenlo 2 veces antes de responder algun ...
by Compuin
Tue Oct 17, 2017 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pdf into dialog
Replies: 21
Views: 4615
Next

Return to advanced search