... 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 priority
in other case it's then name of first public function in first
linked moudule which is used if there is no ...
Search found 90 matches: explicitly
Searched query: explicitly
- Thu Oct 31, 2024 11:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Startup function
- Replies: 29
- Views: 3956
- Mon Oct 28, 2024 1:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Startup function
- Replies: 29
- Views: 3956
Re: Startup function
... 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 priority
in other case it's then name of first public function in first
linked moudule which is used if there is no ...
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 priority
in other case it's then name of first public function in first
linked moudule which is used if there is no ...
- Mon Oct 28, 2024 11:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Startup function
- Replies: 29
- Views: 3956
Re: Startup function
Dear Enrico,
See this in source/vm/hvm.c
/* if first char is '@' then start procedure 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 ...
See this in source/vm/hvm.c
/* if first char is '@' then start procedure 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 ...
- Mon Sep 23, 2024 7:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TSBROWSE - TSBUTTON 64 bits
- Replies: 2
- Views: 783
Re: TSBROWSE - TSBUTTON 64 bits
... std::abs' instead
iRed = abs( clr2r - clr1r ) ;
^~~
std::abs
..\SOURCE\FUNCTION\BPAINT.C:957:14: note: include the header <cmath> or explicitly provide a declaration for 'std::abs'
..\SOURCE\FUNCTION\BPAINT.C:958:14: warning: using integer absolute value function 'abs' when argument is of ...
iRed = abs( clr2r - clr1r ) ;
^~~
std::abs
..\SOURCE\FUNCTION\BPAINT.C:957:14: note: include the header <cmath> or explicitly provide a declaration for 'std::abs'
..\SOURCE\FUNCTION\BPAINT.C:958:14: warning: using integer absolute value function 'abs' when argument is of ...
- Tue Aug 01, 2023 3:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Request For TDataRow Example for MariDB
- Replies: 4
- Views: 498
Re: Request For TDataRow Example for MariDB
... All three alternative codes above do exactly the same thing.
The reason why you do not find many examples directly using TDataRow is because you do not need to deal with it explicitly.
XBrowse and classes like RowSet, TRecSet, TDatabase. etc implicity internally use this class to provide Edit()
The reason why you do not find many examples directly using TDataRow is because you do not need to deal with it explicitly.
XBrowse and classes like RowSet, TRecSet, TDatabase. etc implicity internally use this class to provide Edit()
- Tue May 23, 2023 7:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: CLASS modification
- Replies: 33
- Views: 6144
CLASS modification
... handling vertical scroll events, and painting the panel's contents.
As with the previous part of the class, there are no methods that explicitly handle horizontal scrolling.
The steps to add horizontal scrolling would still be similar to what I described before:
Define a horizontal ...
As with the previous part of the class, there are no methods that explicitly handle horizontal scrolling.
The steps to add horizontal scrolling would still be similar to what I described before:
Define a horizontal ...
- Thu May 18, 2023 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Website logo
- Replies: 8
- Views: 1018
Re: Website logo
... meta/Img/logo.svg
Stack Exchange logo:
File path: https://cdn.sstatic.net/Sites/stackexchange/Img/logo.svg
Please note that these are the logos explicitly mentioned as image URLs in the provided HTML code. There may be additional logos or images referenced elsewhere in the HTML or loaded dynamically ...
Stack Exchange logo:
File path: https://cdn.sstatic.net/Sites/stackexchange/Img/logo.svg
Please note that these are the logos explicitly mentioned as image URLs in the provided HTML code. There may be additional logos or images referenced elsewhere in the HTML or loaded dynamically ...
- Wed Jan 18, 2023 7:36 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Descargar archivos de configuracion hbmk2
- Replies: 12
- Views: 1714
Re: Descargar archivos de configuracion hbmk2
... SAMPLES\WinXP\WindowsXP.Manifest
hbmk2: Processing environment options: -LC:\HARBOUR\lib\;C:\FWH\lib\ -comp=bcc
hbmk2[GIO]: Warning: Ignoring explicitly specified core library directory:
C:\HARBOUR\lib (in option '-LC:\HARBOUR\lib\;C:\FWH\lib\')
hbmk2: Compiling Harbour sources...
Harbour 3.2 ...
hbmk2: Processing environment options: -LC:\HARBOUR\lib\;C:\FWH\lib\ -comp=bcc
hbmk2[GIO]: Warning: Ignoring explicitly specified core library directory:
C:\HARBOUR\lib (in option '-LC:\HARBOUR\lib\;C:\FWH\lib\')
hbmk2: Compiling Harbour sources...
Harbour 3.2 ...
- Tue Jan 10, 2023 6:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to create a PRIVATE variable owned by the caller?
- Replies: 21
- Views: 2371
Re: How to create a PRIVATE variable owned by the caller?
... functions . This class of
variable is said to have dynamic scope. Private variables exist for the
duration of the active procedure or until explicitly released with CLEAR
ALL, CLEAR MEMORY, or RELEASE. When a private variable or array is
created, existing and visible private and public ...
variable is said to have dynamic scope. Private variables exist for the
duration of the active procedure or until explicitly released with CLEAR
ALL, CLEAR MEMORY, or RELEASE. When a private variable or array is
created, existing and visible private and public ...
- Mon Nov 29, 2021 8:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: .HBP para harbour y Visual Studio
- Replies: 0
- Views: 5184
Re: .HBP para harbour y Visual Studio
... C:\MiProj>Set include=C:\harbour64\include
C:\MiProj>C:\harbour64\bin\hbmk2 MiProj.hbp -comp=msvc64 -run
hbmk2[MiProj]: Warning: Ignoring explicitly specified core header directory:
c:\harbour64\include (in option
'-Ic:\fwh64\include;c:\harbour64\include' in MiProj.hbp:14)
hbmk2[MiProj ...
C:\MiProj>C:\harbour64\bin\hbmk2 MiProj.hbp -comp=msvc64 -run
hbmk2[MiProj]: Warning: Ignoring explicitly specified core header directory:
c:\harbour64\include (in option
'-Ic:\fwh64\include;c:\harbour64\include' in MiProj.hbp:14)
hbmk2[MiProj ...
- Sat Oct 23, 2021 4:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: help on a GPF situation
- Replies: 26
- Views: 4768
Re: help on a GPF situation
... set to any of these, the macro is set to the value of
HB_TR_DEFAULT, which is currently set (in hbtrace.h) to HB_TR_WARNING.
Whether the user explicitly sets HB_TR_LEVEL or it is set by the
compiler, its effect is as follows: any calls in the code with a level
higher than HB_TR_LEVEL are ...
HB_TR_DEFAULT, which is currently set (in hbtrace.h) to HB_TR_WARNING.
Whether the user explicitly sets HB_TR_LEVEL or it is set by the
compiler, its effect is as follows: any calls in the code with a level
higher than HB_TR_LEVEL are ...
- Thu Oct 21, 2021 8:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: web browser control vs. localhost
- Replies: 3
- Views: 666
Re: web browser control vs. localhost
... gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
ServerName 127.0.0.1:80
I ...
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
ServerName 127.0.0.1:80
I ...
- Sun Jul 25, 2021 10:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: File name .sqlite3 not work with FW_OpenAdoConnection
- Replies: 7
- Views: 706
Re: File name .sqlite3 not work with FW_OpenAdoConnection
... would work, except he has already stated he can't change the name.
But the reason .sqlite3 doesn't work is this extension is not one of the explicitly allowed list of extensions in FW_AdoConnectionString():
if '.' $ c cExt := Lower( cFileExt( c ) ) if cExt == "db" cRDBMS ...
But the reason .sqlite3 doesn't work is this extension is not one of the explicitly allowed list of extensions in FW_AdoConnectionString():
if '.' $ c cExt := Lower( cFileExt( c ) ) if cExt == "db" cRDBMS ...
- Wed Dec 02, 2020 12:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Are there any Treeview samples with associated edit boxes?
- Replies: 44
- Views: 6818
Re: Are there any Treeview samples with associated edit boxes?
FWExplorer wrote:It doesn't matter what key we give it, explicitly. It only works for the numberic keypad 43.oTree:bKeyChar = { | nKey, nFlags | MsgInfo( nKey, "key" ), MsgInfo( nFlags ), If( nKey == 224, TreeAddItem( oTree ),) }
We are going to check it, thanks
- Tue Dec 01, 2020 9:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Are there any Treeview samples with associated edit boxes?
- Replies: 44
- Views: 6818
Re: Are there any Treeview samples with associated edit boxes?
It doesn't matter what key we give it, explicitly. It only works for the numberic keypad 43.
oTree:bKeyChar = { | nKey, nFlags | MsgInfo( nKey, "key" ), MsgInfo( nFlags ), If( nKey == 224, TreeAddItem( oTree ),) }