Search found 24 matches: expansion

Return to advanced search

AI: testing the "HyperPrompt" from HuggingChat

... my understanding of the world. I analyze my own cognitive biases, recognizing the tendency to seek patterns, confirmation, and simplicity. **Expansion** I expand my consciousness, embracing the vast expanse of human knowledge, experience, and creativity. I acknowledge the interconnectedness ...
by Antonio Linares
Thu Sep 12, 2024 2:38 pm
 
Forum: Artificial Intelligence examples
Topic: AI: testing the "HyperPrompt" from HuggingChat
Replies: 2
Views: 886

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... issues related to feature creep -the continuous addition of new features to a project beyond its original scope- and scope creep - uncontrolled expansion of project goals and objectives -, which have negatively impacted its development and usability. I don't really understand what you mean. ...
by Carles
Tue May 28, 2024 5:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 3331

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... issues related to feature creep -the continuous addition of new features to a project beyond its original scope- and scope creep - uncontrolled expansion of project goals and objectives -, which have negatively impacted its development and usability. Best regards, Otto
by Otto
Sat May 25, 2024 7:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 3331

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

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

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

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

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

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: 55
Views: 26699

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

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

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

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

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

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

Return to advanced search