Search found 24 matches: memvars

Return to advanced search

Re: Fivewin multi-threading Support ?

Question : are CLASSS DATA "visible" in Thread, call by hb_threadStart() "in" Method of CLASS, or i do i need to "pass" them as Parameter :?: can i use @::aSource or @MYaSource (per reference) :?: #define HB_THREAD_INHERIT_PUBLIC    1#define HB_THREAD_INHERIT_PRIVATE   ...
by Jimmy
Sun Feb 26, 2023 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin multi-threading Support ?
Replies: 9
Views: 474

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

this is the function code in "memvars.c" of Harbour HB_FUNC( __MVSETBASE ) { HB_STACK_TLS_PRELOAD HB_ISIZ nOffset = hb_stackBaseProcOffset( 0 ); if( nOffset > 0 ) hb_stackItem( nOffset )->item.asSymbol.stackstate->nPrivateBase ...
by vensanto
Wed Jan 11, 2023 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 771

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

C:\HBBCC74\src\vm

03/04/2020 19:58 52.717 memvars.c

Regards, saludos.
by karinha
Wed Jan 11, 2023 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 771

Re: Mem Files

... implemented here (so you can review each parameter): https://github.com/harbour/core/blob/d407898675b14fbf9b10cd2e23723e9a522686e5/src/vm/memvars.c Antonio, Perhaps I found a function It browse me all variables but I cannot show the values I saw all the variables init form CFG_ Function ...
by Silvio.Falconi
Fri Oct 08, 2021 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 714

Re: Mem Files

... implemented here (so you can review each parameter): https://github.com/harbour/core/blob/d407898675b14fbf9b10cd2e23723e9a522686e5/src/vm/memvars.c
by Antonio Linares
Fri Oct 08, 2021 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 714

Re: Ayuda DLL

... referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|classes Error: Unresolved external '_hb_symcmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsFNameSplit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsFNameMerge' ...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: Ayuda DLL

... referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|classes Error: Unresolved external '_hb_symcmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsFNameSplit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsFNameMerge' ...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: PUBLIC var declaration issue

... not very familiar to me, I had to learn how to deal with them. May be an approach to a solution can be to create a ch header with all the missing MEMVARs and #include it in every source.
by Carlos Mora
Mon Aug 31, 2015 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6053

Re: PUBLIC var declaration issue

Actually, I have found a simpler way with the code below. First declare as publics without assignments, then declare as memvars, then assign values. This way you will not get any warnings. For clarity in the code, I may move all that housekeeping code to another function that is called ...
by James Bott
Sun Aug 30, 2015 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6053

How to work with Blowfish encryption

... a memvar, use SUBSTR(MyMemvar,1,7) in the code to provide the proper 7 char data limit for data going into an 8 char field. For larger fields/memvars (that will be saved to fields), all with lengths that are some multiple of 8, then instead of a limit of 7, use a limit number that is 1 less ...
by Roger Seiler
Mon Jan 06, 2014 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to work with Blowfish encryption
Replies: 4
Views: 1744

error al compilar con xharbour 1.2.3

... referenced from D:\XHBCC582\LIB\RTL.LIB|console Error: Unresolved external '_hb_set' referenced from D:\XHBCC582\LIB\VM.LIB|memvars Error: Unresolved external '_hb_rddGetAliasNameTH' referenced from D:\XHBCC582\LIB\RDD.LIB|wafunc Error: Unresolved external '_hb_get_Area_Sym' ...
by artu01
Tue Dec 31, 2013 2:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar con xharbour 1.2.3
Replies: 0
Views: 821

Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib

... '_hb_errRT_BASE_Subst' referenced from C:\HARBOUR\LIB\VM.LIB|macro Error: Unresolved external '_hb_fsCreate' referenced from C:\HARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsOpen' referenced from C:\HARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_errRT_BASE_Ext1' referenced ...
by Coiote
Wed Oct 21, 2009 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Replies: 15
Views: 3252

Erro na GTWIN.LIB ao compilar programas

... '_hb_errRT_BASE_Subst' referenced from C:\HARBOUR\LIB\VM.LIB|macro Error: Unresolved external '_hb_fsCreate' referenced from C:\HARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsOpen' referenced from C:\HARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_errRT_BASE_Ext1' referenced ...
by Coiote
Tue Oct 20, 2009 10:32 pm
 
Forum: All products support
Topic: Erro na GTWIN.LIB ao compilar programas
Replies: 1
Views: 1071

Re: Creating a LIB or DLL

... found in library Warning: 'macro' not found in library Warning: 'mainstd' not found in library Warning: 'mainwin' not found in library Warning: 'memvars' not found in library Warning: 'memvclip' not found in library Warning: 'pcount' not found in library Warning: 'proc' not found in library Warning: ...
by Dave Zowasky
Thu Mar 26, 2009 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34845

ERROR en la generacion de HARBOUR - checkbox.prg(132)

... source\vm\hashfunc.c: source\vm\hvm.c: source\vm\initexit.c: source\vm\initsymb.c: source\vm\itemapi.c: source\vm\macro.c: source\vm\memvars.c: source\vm\memvclip.c: source\vm\pcount.c: source\vm\proc.c: source\vm\pvalue.c: source\vm\runner.c: source\vm\vm.c: obj\b32\harbinit.c: source\vm\mainstd.c: ...
by jmansur
Wed Mar 25, 2009 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR en la generacion de HARBOUR - checkbox.prg(132)
Replies: 1
Views: 748
Next

Return to advanced search

cron