Search found 833 matches: linked

Return to advanced search

Re: Startup function

... inside second or so on. Is it Enrico? Yes, perfect. Does it works on Harbour? Yes, it does. Harbour seems to search the MAIN() function in all the linked PRGs.
by Enrico Maria Giordano
Fri Nov 01, 2024 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Re: Startup function

... * xharbour/xharbour.spec * xharbour/source/vm/hvm.c * small modification in support for automatic detection of first function in linked modules for Linux if first char of s_pszLinkedMain is '@' then start procedure were set by programmer explicitly and should have the highest ...
by Lailton
Thu Oct 31, 2024 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Re: Startup function

No, it is not mandatory to have a FUNCTION MAIN()! If you do not define it, the first function defined in the first linked PRG is executed at startup. But if you define it then the Harbour and xHarbour behaviour is different: Harbour executes it even if it is not in the first linked ...
by Enrico Maria Giordano
Wed Oct 30, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Re: Startup function

... * xharbour/xharbour.spec * xharbour/source/vm/hvm.c * small modification in support for automatic detection of first function in linked modules for Linux if first char of s_pszLinkedMain is '@' then start procedure were set by programmer explicitly and should have the highest ...
by Antonio Linares
Mon Oct 28, 2024 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Re: Startup function

... were set by * programmer explicitly and should have the highest priority * in other case it's the name of first public function in * first linked moudule which is used if there is no * HARBOUR_START_PROCEDURE in code
by Antonio Linares
Mon Oct 28, 2024 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Startup function

Dear friends,

The MAIN() function is the startup function in Harbour and xHarbour. But in xHarbour the function MAIN() is the startup function only when its module is the first linked in. Do you know a way to specify a startup function in xHarbour that is not in the first linked module?
by Enrico Maria Giordano
Sun Oct 27, 2024 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 795

Re: Subordinate browsers

Perhaps subordinate browses is a style of linked browse where browse number one shows parents and browse number two shows childs each parent
by paquitohm
Mon Oct 21, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subordinate browsers
Replies: 5
Views: 234

Re: Subordinate browsers

Please clarify.
You mean linked browses?
by nageswaragunupudi
Mon Oct 21, 2024 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subordinate browsers
Replies: 5
Views: 234

Re: slowness

Hi Marco
Since it seems that the slowdown is linked to the opening of the index,
can you put the index formula and how many TAGs are present?
tia
by mauri.menabue
Sat Sep 14, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3130

Re: how to link multiple Files using Bcc or MSVC

... minimal to no change to the link script I still use .mak most of the time though because with hbmk2 I am not sure of the sequence of libs that it linked-in. With .mak I can be sure my custom lib is link first before fivewin's lib. these *.MAK files use Bcc32 or BCC64 which is NOT include in Harbour ...
by hua
Thu Sep 12, 2024 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to link multiple Files using Bcc or MSVC
Replies: 8
Views: 488

how to link multiple Files using Bcc or MSVC

... always read "build??.bat" corresponding to your version in the samples folder and ensure make your linkscript includs the same libs linked in the build??.bat or should i make a Copy of BUILD??.BAT and include all my *.PRG into it :?: how will it look like when include multiple PRG ...
by Jimmy
Tue Sep 10, 2024 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to link multiple Files using Bcc or MSVC
Replies: 8
Views: 488

Re: FwH 2.07 hb_MEMOREAD() does not work ?

hi, *.a libs work with bcc only, not msvc. When in doubt about the libraries to be linked, please always read "build??.bat" corresponding to your version in the samples folder and ensure make your linkscript includs the same libs linked in the build??.bat ...
by Jimmy
Tue Sep 10, 2024 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwH 2.07 hb_MEMOREAD() does not work ?
Replies: 4
Views: 381

Re: FwH 2.07 hb_MEMOREAD() does not work ?

but how does a "A" LIB can work with MSVC? *.a libs work with bcc only, not msvc. When in doubt about the libraries to be linked, please always read "build??.bat" corresponding to your version in the samples folder and ensure make your linkscript includs the same libs ...
by nageswaragunupudi
Tue Sep 10, 2024 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwH 2.07 hb_MEMOREAD() does not work ?
Replies: 4
Views: 381

FWH 2407 and BCC770 unable to use UUID.LIB

... Embarcadero Technologies, Inc. Fatal: Unable to open file 'UUID.LIB' my *.MAK file HBDIR=c:\harbourBCDIR=c:\BCC770FWDIR=c:\fwh it will be linked this Way echo c:\BCC770\lib\uuid.lib + >> b32.bc and it is in Directory c:\BCC770\lib 19.03.2015 06:55 2.048 uuid.lib how to fix the Problem
by Jimmy
Sun Sep 08, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2407 and BCC770 unable to use UUID.LIB
Replies: 13
Views: 899

Re: For Me.Rao maria_Connect

Dear Maurizio,
Have you linked OpenSSL to handle the SHA-2 encryption?
Best regards,
Otto
by Otto
Fri Aug 30, 2024 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Me.Rao maria_Connect
Replies: 6
Views: 1540
Next

Return to advanced search