Search found 21 matches: expansion

Return to advanced search

Re: Testing Harbour -gc3 flag

... Inc. LAILTON.c: Error E2380 LAILTON.c 56: Unterminated string or character constant in function HB_FUN_MAIN Error E2222 LAILTON.c 80: Macro expansion too long in function HB_FUN_MAIN *** 2 errors in Compile *** * Linking errors * Regards, saludos.
by karinha
Sat Nov 18, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4341

Re: Make para BCC10

... system. cpp32c This is a C++ preprocessor. It allows you to see the initial operations performed on C or C++ files before they are compiled, ie expansion of #includes and processing of #defines. See http://docwiki.embarcadero.com/RADStudio/Berlin/en/CPP32.EXE,_the_C_Compiler_P reprocessor grep ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1121

Re: Cadena extensa TEXT ENDTEXT - ( SOLUCIONADO )

Otra pregunta, por solo funciona con variables de tipo PRIVATE? If you want to use the macro expansion feature, i.e., &cVar, inside TEXT ... ENDTEXT, then the cVar has to be a PRIVATE or PUBLIC variable. Otherwise, you can use a token like "<token>" ...
by nageswaragunupudi
Thu Dec 12, 2019 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cadena extensa TEXT ENDTEXT - ( SOLUCIONADO )
Replies: 4
Views: 848

Re: Listbox displays incorrect data

Darrell I did not follow your Eval meter part of your index code .. and the macro expansion of the tag name ... INDEX ON file+DTOS(date)+time TAG S1 TO &Pdd.evtx01 EVAL ( oMeter:Set( RecNo() ), SysRefresh(), ! lEnd ) DESCENDING  ...
by Rick Lipkin
Thu Aug 02, 2018 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2250

FWHMARIADB or PHP system

... a dbf on a server wont work, but with maria it can be done (I see the treat of Mr. Rao, and I'm already able to connect and Xbrowse. For further expansion (let trainers only vieuw his members, not all, ....) i can do in dbf. Maria is almost exactly the same. Php is server side, but with Maria, ...
by Marc Venken
Mon Apr 24, 2017 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB or PHP system
Replies: 2
Views: 708

Re: FWH: MySql/MariaDB: RowSet object

Large tables (continued) Expansion: We have seen in the above posting, how to start with reading a few records with oRs := oCn:RowSet( <table>, nRows ) and later keep reading more and more records with oRs:ReadNext( [nNextRows] ...
by nageswaragunupudi
Mon Oct 17, 2016 3:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19552

C++Compiler - FREE TOOL

... system. cpp32c This is a C++ preprocessor. It allows you to see the initial operations performed on C or C++ files before they are compiled, ie expansion of #includes and processing of #defines. See http://docwiki.embarcadero.com/RADStudio/Berlin/en/CPP32.EXE,_the_C_Compiler_P reprocessor grep ...
by carlos vargas
Fri Jul 22, 2016 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8582

Re: To Antonio: hb_free () Pointer Overflow "€"

Con los cambios que me has indicado al compilar arroja los siguientes errores: Macro expansion too long in function HB_FUNC_INTERNETFINDNEXTFILE Wrong number of arguments in call of macro hb_retl in function HB_FUNC_INTERNETFINDNEXTFILE Compound statement missing ...
by Verhoven
Sat May 04, 2013 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: To Antonio: hb_free () Pointer Overflow "€"
Replies: 23
Views: 4525

Re: Create New Record Access

...     oRs:CLose()  Above is un-tested .. and I would not use PUBLICs, unfortunitly, you can not use a macro expansion on local or static. Just a few thoughts .. Rick Lipkin
by Rick Lipkin
Tue Feb 05, 2013 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create New Record Access
Replies: 5
Views: 975

Re: FiveWIN xHarbour Dev enviornment in Tablet

... problem personally with microsoft? because generally who writes Microsoft as M$ seems to have a certain hate. :oops: But if in case of you, this expansion of Android seems to be an opportunity, and are going to make money, go ahead ... good luck. If I follow what's going on, of course I do: Android ...
by norberto
Thu Dec 13, 2012 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 11881

Re: Passing column-info via variable to twbrowse

nageswaragunupudi wrote:Please declare oRs as a PRIVATE variable in the same function. NOT as local.
Macro expansion needs this.


Thanks,

Now it's working.
by Marc Vanzegbroeck
Fri Oct 12, 2012 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing column-info via variable to twbrowse
Replies: 5
Views: 1011

Re: Passing column-info via variable to twbrowse

Please declare oRs as a PRIVATE variable in the same function. NOT as local.
Macro expansion needs this.
by nageswaragunupudi
Fri Oct 12, 2012 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing column-info via variable to twbrowse
Replies: 5
Views: 1011

Re: How to add a field to a DBF?

... to the new database... Taking this under consideration, It may be a good practice for us leaving some extra unused fields, in case of future expansion of the database... that only if fields can be renamed without losing data. Maybe Mr. Rao can give us a explanation from his vast experience....
by Bayron
Sat Jan 22, 2011 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add a field to a DBF?
Replies: 14
Views: 4611

Re: Main Window background

... FILE "&cFile" >> Obviously this works. By the way "&cFile" is not necessary and involves unnecessary macro expansion. DEFINE BRUSH oBrush FILE cFile is enough
by nageswaragunupudi
Mon Feb 01, 2010 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Main Window background
Replies: 13
Views: 3337

Automating Compile and Link

... + ".c -c -I./../include -I./../../xharbour/include `pkg-config --cflags gtk+-2.0`" ) I assume for some reason the pkg-config expansion isn't being properly recognised or can't start the process or something. Can you think of any possible work around. I could try using the ...
by xProgrammer
Sun Oct 04, 2009 4:39 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Automating Compile and Link
Replies: 9
Views: 3187
Next

Return to advanced search