Description:
xHarbour programming, Clipper, and xBase.
|
|
|
Warning : fm.log
|
| |
Working on a big FWH aplication , i made a upgrade to version FWH13.03. Xharbour was downloaded from their site. The generated c-file show's :
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130326)
I am using BCC582
The problem : xharbour generates a file fm.log (20000 bytes) with warning as ...... more »
|
|
HBSETUP.CH and HB_STD_INKEY
|
| |
Hi
I have found this at the of the file hbsetup.ch (in .\include):
---
... #ifndef HB_STD_INKEY
#define HB_EXT_INKEY /* Enable Extended Inkey codes */
#endif
...---
I think it is invalid and should be:
---
... #ifndef HB_EXT_INKEY /* EXT instead of STD */
#define HB_EXT_INKEY /* Enable Extended Inkey codes */... more »
|
|
SEPA IBAN Calculation - Val() Function Problems
|
| |
Hi there,
the result of the val() function seems to be limited ?
with long strings like "700901001234567890131400" it is not working correct
Example:
function mk_IBAN()
Local sIBAN
? ""
wait "IBAN calcualtion for debugging"
BLZ := "70090100" // Bank Identifiercode Germany... more »
|
|
sendmail problem and fix ..
|
| |
Dear all,
the sendmail FROM, and TO, sometimes can't work with smtp server,
when "title <em...@abc.com>" or to : user1 <u...@abc.com>, user2 < us...@abc.com>
fixed by create a email only field for sending and assign the orginal field to "from/to" field
------------------------------ ------------- modified Code segment from... more »
|
|
OT: What is this text format please
|
| |
Hi:
I received a file thru an intermediary from a remote client (with an Apple computer) with the extension: .twd
I have to open and process this file, but cannot seem to find a program to do so.
Open Office was flummoxed by it too !
I placed the header of this file below, and would appreciate someone... more »
|
|
xhb's RS232 and win7 issue
|
| |
Hi
Is there any known issue with xhb's comm routines and 64 bits windows 7 ?
I have an application that uses xhb's comm routines to access a 3G modem.
The app works perfectly in an XP machine but it doesn't work in win 7.
Same app written in .NET works right and I can also manually access the modem through Hyperterminal in win 7 machines (tested on 3 different win 7 machines), so it's not a hardware/driver problem.... more »
|
|
gtwvw
|
| |
Hi all,
I upgraded xHarbour to the latest svn and rebuild with BCC 5.5. [Win of course].
All OK but the library GTWVW was not rebuilt, moreover there is no make_b32.bat in the \contrib\gtwvw folder.
All my "historical" and "big" programs are compiled with GTWVW+HWGUI so I wonder if I am the only one using this combination.... more »
|
|
Builds for 9949 Ready
|
| |
Hi:
We have available individual builds for 9949 for the following
Compilers.
BCC 5.5.1,
BCC 5.8.2,
BCC 6.5,
MinGW 4.7.1,
MSVC 10
To examine and download these builds, please visit: www . whosaway .com
(Password: 'XHB')
A current fragment of the Changelog is shown below this note.... more »
|
|
Builds for 9948 Ready
|
| |
Hi:
We have available individual builds for 9948 for the following
Compilers.
BCC 5.5.1,
BCC 5.8.2,
BCC 6.5,
MinGW 4.7.1,
MSVC 10
To examine and download these builds, please visit: www . whosaway .com
(Password: 'XHB')
A current fragment of the Changelog is shown below this note.... more »
|
|
How to Set an Environment Vrbl in an xHarbour app ?
|
| |
Hi:
Altho there is a GETE() function for 'getting' an environmental vrbl, there does not appear to be a corresponding SETE() function for *setting* an enviro vrbl.
Can someone help please ?
Thanks,
-- Mel Smith
|
|
|