Search found 41 matches: directive

Return to advanced search

Re: Amending preprocessor directive for TFolderEx

El problema es que en la salida siempre añadimos { ... }

Habria que modificar la clase para que detecte si hay un subarray
by Antonio Linares
Fri Dec 16, 2022 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 391

Re: Amending preprocessor directive for TFolderEx

Hola Antonio, Viendo el comando no creo que funcione. El compañero, en realidad, plantea poder usar algo como:   REDEFINE FOLDEREX ::oFolder ID 110 OF ::oDlg   ;      PROMPTS aPrompts ;      DIALOGS  aDialogs   En su día lo comenté contigo en este fo...
by hmpaquito
Fri Dec 16, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 391

Re: Amending preprocessor directive for TFolderEx

Dear Hua, Please try this: #xcommand REDEFINE FOLDEREX [<oFolder>];             [ ID <nId> ] ;             [ <of: OF, WINDOW, DIALOG> <oWnd> ] ;          &nb...
by Antonio Linares
Fri Dec 16, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 391

Amending preprocessor directive for TFolderEx

... a dynamic TFolderEx so when it is REDEFINE, the value for aPrompts and aDialogs will come from file. What do I need to change at its pre-processor directive so instead of coding    REDEFINE FOLDEREX ::oFolder ID 110 OF ::oDlg   ;      PROMPTS "tab1", "tab2" ;      DIALOGS "dlg1", ...
by hua
Fri Dec 16, 2022 4:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 391

Re: Harbour warnings

... have any visible code that can cause a warning that I can fix. The warning is caused by the FWH code that is the result of preprocessing command directive. So I can't fix it. And surely I don't want to put all the pragmas you suggested. How do you deal with this problem in your programs? EMG
by Enrico Maria Giordano
Fri Jun 24, 2022 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2332

Re: OT : Problem with this forum?

Dear Enrico, It was already set like that: ; This directive determines which super global data (G,P,C,E & S) should ; be registered into the super global array REQUEST. If so, it also determines ; the order in which that data is registered. The ...
by Enrico Maria Giordano
Tue Sep 21, 2021 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4898

Re: OT : Problem with this forum?

Dear Enrico, It was already set like that: ; This directive determines which super global data (G,P,C,E & S) should ; be registered into the super global array REQUEST. If so, it also determines ; the order in which that data is registered. The ...
by Antonio Linares
Tue Sep 21, 2021 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4898

Problem x:\fwh\samples\dshow.prg

... Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. dshow.c: Warning W8137 dshow.prg 48: Deprecated #import directive encountered. Please use the TLIBIMP utility instead. Error E2503 dshow.prg 48: Missing or incorrect version of TypeLibImport.dll Error E2451 ...
by Jimmy
Sat Nov 30, 2019 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1410

Re: mod_harbour what to install

... AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::2c75:11f9:8ec:d9f0. Set the 'ServerName' directive globally t o suppress this message (OS 10048)Normalmente Ú permitida apenas uma utilizaþÒo de cada endereþo de soqu ete (protocolo/endereþo ...
by wartiaga
Tue Jul 02, 2019 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7043

Re: SayBarCode control

... This involves some constraints on the positioning of the code itself, since the reading device must be on the bar code passing directive and with the reading line perpendicular to it. To overcome this, raster devices have been introduced (with multiple parallel reading lines), ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6529

Re: Qué es lo erróneo?

... or invalid arguments "UI" function with non-reserved name was requested 2 - tomado del manuel de xHarbour The #if..#elif..#else..#endif directives are used for conditional compilation. They work analogous to the IF..ELSEIF..ELSE..ENDIF statements, but are resolved by the preprocessor, ...
by FranciscoA
Tue Jan 15, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Qué es lo erróneo?
Replies: 9
Views: 2004

Re: Folder tabs on the bottom

Cristobal

I looked at the include file .. just must have missed the layout directive ..

Thank You
Rick Lipkin
by Rick Lipkin
Fri Jun 08, 2018 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder tabs on the bottom
Replies: 5
Views: 967

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... Array is empty): cVar[-1] // => "o" // assuming cVar is the value "Hello" as per above. #[x]uncommand and #[x]untranslate directives: --------------------------------------------- #uncommand and #untranslate directives allow the removal of a given rule from the active rules ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2271

Re: Migration from Bcc to msvc

Antonio; Thank you. I now understand what the /NODEFAULTLIB linker directive means. I find that most of the functions being called that belong to a .lib that I have included on the project are not being found by the linker. See below a small sample of all ...
by reinaldocrespo
Tue Mar 10, 2015 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration from Bcc to msvc
Replies: 17
Views: 7087
Next

Return to advanced search