As subject. A xHarbour user asked me that.
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
--
2014-08-14 16:45 UTC+0100 Enrico Maria Giordano
* source\rtl\gtwvt\gtwvt.c
! pacify warnings
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Be
2014-08-07 10:45 UTC+0100 Enrico Maria Giordano
* contrib/rdd_ads/ads1.c
! add checking of hb_ads_bOEM in adsGetValue() and adsPutValue
thanks to Jan Sperling
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The
Il 18/07/2014 17:31, FabioNery ha scritto:
> I want to build the contrib\hbsqlit3 lib using xhb.com.
>
> 1. I got the first error: sqlite3.c(43518): error #2088: Lvalue required
> when compile
> 2. You and Luiz recommend me to change the line 43518 to "static u8 zerobyte
> = 0".
> 3. I changed a
Il 18/07/2014 17:01, FabioNery ha scritto:
> Hi, now I got:
>
> Type: C
> >>>xcc.exe -Fo"sqlite3.obj" -Ot -I"C:\xHB\include" -I"C:\xHB\c_include"
> -I"C:\xHB\c_include\win"
> -I"C:\xHB\c_include\msvc" "sqlite3.c"<<<
>
> sqlite3.c(1478): fatal error #1043: Input buffer overflow.
Line 1478
Il 18/07/2014 13:31, FabioNery ha scritto:
> Hi, I can't buid the hbsqlit3 lib with xhb.com (xcc) because occurs
error
> in line 43518:
>
> sqlite3.c(34629): warning #2115: Local 'bRc' is initialized but never
used.
> sqlite3.c(43518): error #2088: Lvalue required.
> sqlite3.c(8404): war
Il 17/07/2014 22:07, Ron Pinkas ha scritto:
> Hi All,
>
> Apparently some recent changes to GZLib sources are not compatible with xCC,
> and I now get the following errors:
>
> Creating library: \xhb\bin\xHBDll.LIB
> xLINK: error: Unresolved external symbol '__snprintf referenced from
> (gzlib
2014-07-16 16:50 UTC+0100 Enrico Maria Giordano
* source/rtl/zlib
! updated to 1.2.8
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spe
2014-07-06 20:20 UTC+0100 Enrico Maria Giordano
* include/button.ch
! reverted previous change
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Be
2014-07-06 17:15 UTC+0100 Enrico Maria Giordano
* include/button.ch
! temporary replaced Chr(16) with ">" in #define HB_TMENUITEM_STYLE
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-S
2014-06-26 23:55 UTC+0100 Enrico Maria Giordano
* contrib/misc/hb_f.c
! fixed hb_hbfskip() function
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The
2014-06-09 20:10 UTC+0100 Enrico Maria Giordano
* contrib/misc/hb_f.c
! fixed HB_FGOBOTTOM() function
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectru
Il 25/05/2014 23:54, Andi Jahja ha scritto:
> OK, they are there now.
Great! Sorry for the fault.
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spect
Il 25/05/2014 23:37, Andi Jahja ha scritto:
> Enrico,
>
> * source/tip/base64.h
> * source/tip/base64.c
>
> I think you forgot to move the files to new directory. The above files
> do not exist in current SVN.
Ops, sorry! Can you check it now, please?
EMG
--
EMAG Software Homepage:
2014-05-25 16:50 UTC+0100 Enrico Maria Giordano
* source/tip/encoding/base64.h
* source/tip/encoding/base64.c
! moved to source/tip
* source/tip/makefile
* winmake/common.mak
* winmake/compile.mak
* winmake/dll.lst
! changed to take care of base64.h and base64.c
EMG
Dear friends,
in the current xHarbour SVN, the module source/tip/encoding/base64.c is
not included in any lib. If there are no objections I'll move base64.c
and base64.h in source/tip and change source/tip/makefile,
winmake/common.mak, winmake/compile.mak and winmake/dll.lst accordingly.
EMG
-Messaggio originale-
From: cul...@gmail.com
Sent: Saturday, May 3, 2014 3:28 PM
To: Enrico Maria Giordano ; xHarbour Developers Mailing List
Subject: RE: [xHarbour-developers] Bug in win_misc.c
Luiz,
> ill fix. Revert break linux builds.
Thank you.
EMG
--
EMAG Softw
Dear friends,
after this changelog:
2014-04-29 16:30 UTC-300 Luiz Rafael Culik
* source/rtl/win_misc.c
! minor fix for linux compile
and precisely after this change:
#define HB_OS_WIN
to
#define HB_OS_WIN_USED
the functions inside win_misc.c are not visible in the Windows build
anymo
2014-04-28 17:32 UTC+0100 Enrico Maria Giordano
* source/tip/url.prg
! reverted the following change:
! empty cPath is now left empty
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page:
2014-04-27 22:25 UTC+0100 Enrico Maria Giordano
* source/tip/ftpcln.prg
! reverted the following change:
! fixed Cwd() method, it now sets oUrl:cPath on success
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The
2014-04-26 22:35 UTC+0100 Enrico Maria Giordano
* source/tip/ftpcln.prg
! commented out four calls to Cwd() method
! add a call to Cwd() in Open() method on successful login
* source/tip/url.prg
! empty cPath is now left empty
EMG
--
EMAG Software Homepage: http
2014-04-15 12:12 UTC+0100 Enrico Maria Giordano
* source/tip/ftpcln.prg
! fixed Cwd() method, it now sets oUrl:cPath on success
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page:
2014-04-14 19:25 UTC+0100 Enrico Maria Giordano
* source/tip/ftpcln.prg
! commented out extra loop in Open() method
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftwa
2014-04-04 23:23 UTC+0100 Enrico Maria Giordano
* source/rtl/hbtoken.c
! fixed hb_tokenGet() when szLine is empty
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftwa
-Messaggio originale-
From: Enrico Maria Giordano
Sent: Thursday, March 27, 2014 4:28 PM
To: xHarbour Developers Mailing List
Subject: [xHarbour-developers] I still cannot commit
> Any admin can check my status, please?
Sorry, solved! :-)
EMG
--
EMAG Software Homepage: h
Any admin can check my status, please?
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
--
Dear friends, I get the following error on commit
> POST of '/p/xharbour/code/!svn/me': 403 Forbidden (http://svn.code.sf.net)
Any ideas?
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emag
-Messaggio originale-
From: Saulius Zrelskis
Sent: Sunday, February 16, 2014 3:57 PM
To: Enrico Maria Giordano
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
> My fault, win_misc.c
> I find the way:
> svn add
All is ok n
-Messaggio originale-
From: Enrico Maria Giordano
Sent: Sunday, February 16, 2014 3:50 PM
To: Saulius Zrelskis
Cc: Ron Pinkas ; xHarbour Developers Mailing List
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
> ? G:\xharb
-Messaggio originale-
From: Saulius Zrelskis
Sent: Sunday, February 16, 2014 3:45 PM
To: Enrico Maria Giordano
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
> Enrico,
>
> svn status show:
> M G:\xharbour\ChangeLog
-Messaggio originale-
From: Saulius Zrelskis
Sent: Sunday, February 16, 2014 3:00 PM
To: Enrico Maria Giordano
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
> Hi Enrico, Ron
>
> Committing files in CVS new file created win_
-Messaggio originale-
From: Saulius Zrelskis
Sent: Saturday, February 15, 2014 4:59 PM
To: Enrico Maria Giordano
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
> All functions mentioned are embedded in module hbwinole.c
> It
-Messaggio originale-
From: Saulius Zrelskis
Sent: Saturday, February 15, 2014 4:42 PM
To: Enrico Maria Giordano
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
> You want revert OLEMESSAGEBOX to MESSAGEBOX, etc ?
Yes, At le
-Messaggio originale-
From: Ron Pinkas
Sent: Saturday, February 15, 2014 3:43 PM
To: Enrico Maria Giordano
Cc: xHarbour Developers Mailing List ; Saulius Zrelskis
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Ron, Saulius,
> Yes, it must
-Messaggio originale-
From: Ron Pinkas
Sent: Saturday, February 15, 2014 3:38 PM
To: Enrico Maria Giordano
Cc: xHarbour Developers Mailing List ; Saulius Zrelskis
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Ron,
> The intention is v
-Messaggio originale-
From: Ron Pinkas
Sent: Saturday, February 15, 2014 3:08 PM
To: Enrico Maria Giordano
Cc: xHarbour Developers Mailing List ; Saulius Zrelskis
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Ron,
> I see no reason what
-Messaggio originale-
From: Enrico Maria Giordano
Sent: Saturday, February 15, 2014 11:29 AM
To: Saulius Zrelskis ; xHarbour Developers Mailing List
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
please express your opinion about this
-Messaggio originale-
From: Saulius Zrelskis
Sent: Saturday, February 15, 2014 10:52 AM
To: Enrico Maria Giordano
Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
> Hi Enrico,
>
> OLE subsystem in not best place to realise
-Messaggio originale-
From: Saulius Zrelskis
Sent: Friday, February 14, 2014 2:22 PM
To: xHarbour Developers Mailing List
Subject: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200
SauliusZrelskis
Saulius,
with this revision I can't compile FWH applications anymore. I get at
2013-10-30 23:17 UTC+0200 Enrico Maria Giordano
* source/rtl/minmax.c
! fixed MAX() and MIN() functions to work with datetime
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page:
2013-10-17 11:48 UTC+0200 Enrico Maria Giordano
* contrib/hbzlib/zip.c
! restored current drive in HB_UNZIPFILE (thanks to Saulius)
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum
2013-10-16 10:15 UTC+0200 Enrico Maria Giordano
* source/common/hbdate.c
! fixed hb_dateTime() function to return millisecond (thanks to Saulius)
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG'
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "xHarbour Developers Mailing List"
Data invio: domenica 4 agosto 2013 12.06
Oggetto: TortoiseSVN
> Dear friends,
>
> has anybody been able to use the latest TortoiseSVN (1.8.x)? I get an
> error me
Dear friends,
has anybody been able to use the latest TortoiseSVN (1.8.x)? I get an error
message saying something about old repository version when I try to update
my local repository. I already tried to do a fresh checkout.
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EM
-Messaggio Originale-
Da: "Ron Pinkas"
A: "Enrico Maria Giordano"
Cc:
Data invio: venerdì 21 giugno 2013 19.30
Oggetto: ChangeLog: 2013-06-21 12:57 UTC-0430 RonPinkas atxharbour.com>
Ron,
> 2013-06-21 12:57 UTC-0430 Ron Pinkas
> * source/pp/pp
-Messaggio Originale-
Da: "Ron Pinkas"
A:
Data invio: giovedì 20 giugno 2013 21.08
Oggetto: [xHarbour-developers] ChangeLog: 2013-06-20 12:26 UTC-0430
RonPinkas atxharbour.com>
Ron,
Warning W8057 source\pp\ppgen.c 151: Parameter 'szSource' is never used in
function hb_xgrabEx
Warni
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: lunedì 17 giugno 2013 14.08
Oggetto: Re: [xHarbour-developers] Old bug in warning report
Saulius,
> Hi Enrico
>
> I know this, but don't *have* spare time to
Saulis,
While you have you hands dirty... :-)
FUNCTION MAIN()
? TEST()
INKEY( 0 )
RETURN NIL
STATIC FUNCTION TEST()
LOCAL nVar := 1
LOCAL lVar := .T.
BEGIN SEQUENCE
IF lVar
nVar = 2
BREAK
ENDIF
nVar = 3
END SEQUE
-Messaggio Originale-
Da: "Luiz Rafael"
A: "Enrico Maria Giordano" ; "xHarbour
Developers Mailing List"
Data invio: lunedì 17 giugno 2013 13.23
Oggetto: Re: [xHarbour-developers] Bug in TIp
Luiz,
> Hi Enrico
>
> Change your code t
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: lunedì 17 giugno 2013 13.20
Oggetto: Re: [xHarbour-developers] Bug in TIp
Saulius,
> Hi Enrico,
>
> Try with last rev 9962
Works fine now, many thanks! :-)
EMG
--
EMA
-Messaggio Originale-
Da: "Luiz Rafael"
A: "Enrico Maria Giordano" ; "xHarbour
Developers Mailing List"
Data invio: lunedì 17 giugno 2013 10.22
Oggetto: Re: [xHarbour-developers] Bug in TIp
Luiz,
> Enrico
>
> This is not an bug and th
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: lunedì 17 giugno 2013 10.01
Oggetto: Re: [xHarbour-developers] Bug in TIp
> Hi Enrico
>
> I confirm bug
> Which revision still work fine ?
I don't know, sor
Please run the sample below (it used to work fine some time back):
FUNCTION MAIN()
LOCAL oCli := TIPClientHttp():New(
"http://www.emagsoftware.it/index.htm"; )
oCli:ReadAll()
RETURN NIL
Now it stops with the error below:
Error BASE/3012 Argument error: INETSENDALL
EMG
--
EMAG
-Messaggio Originale-
Da: "Gerald Drouillard"
A:
Data invio: mercoledì 29 maggio 2013 21.55
Oggetto: Re: [xHarbour-developers] datetime()
Gerald,
> Thanks for checking. The beta 514 build from xharbour.com gpf's in
> xprompt when you do:
> ? ttos(datetime())
Works fine as well.
EM
-Messaggio Originale-
Da: "Gerald Drouillard"
A: "xHarbour Developers Mailing List"
Data invio: mercoledì 29 maggio 2013 17.59
Oggetto: [xHarbour-developers] datetime()
> Looks like datetime() in the last stable release of xharbour had a
> valtype of "C" but it is suppose to be "D" a
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: mercoledì 29 maggio 2013 10.57
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
> BTW, it is waste of time with
>
> SET HB_NO_BACKGROUND=1
>
> Better to play w
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: mercoledì 29 maggio 2013 10.47
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
> Hi Enrico,
>
> There is mix of background task and idle time tasks :-)
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: mercoledì 29 maggio 2013 8.19
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
Saulius,
> Everything working as expected
> Maybe sample can help?
Here it is:
FUNCT
-Messaggio Originale-
Da: "Vicente Guerra"
A: "Enrico Maria Giordano"
Cc: "xHarbour-Developers List"
Data invio: mercoledì 29 maggio 2013 0.22
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
> SET CFLAGS=-DHB_NO_BACKGROUND
Tried: no change.
-Messaggio Originale-
Da: "Ron Pinkas"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: martedì 28 maggio 2013 23.49
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
> If it is not found in the make files then it i
-Messaggio Originale-
Da: "Ron Pinkas"
A: "Enrico Maria Giordano"
Data invio: martedì 28 maggio 2013 23.30
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
Ron,
> Enrico,
>
> 1 Did you clean built?
Yes:
CALL make_bc clean
> 2. I don
-Messaggio Originale-
Da: "Ron Pinkas"
A: "Enrico Maria Giordano"
Cc: ; "Luis Krause Mantilla"
Data invio: martedì 28 maggio 2013 22.42
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
Ron,
> You need to DEFINE it at COMPILE TIME, when BUILDING
-Messaggio Originale-
Da: "Luis Krause Mantilla"
A: "Enrico Maria Giordano"
Cc:
Data invio: martedì 28 maggio 2013 22.06
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
> Enrico:
>
> I thought this is a compile-time envvar, not runtime.
>
-Messaggio Originale-
Da: "Luis Krause Mantilla"
A:
Data invio: martedì 28 maggio 2013 21.57
Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND
Luis,
> Enrico:
>
> Maybe it's expecting yes or no? (like I've seen
> in other envvars)
>
> SET HB_NO_BACKGROUND=no
As far as I know, the
Dear friends, I'm trying to build xHarbour with
SET HB_NO_BACKGROUND=1
but the background tasks are still working. What am I missing?
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://
-Messaggio Originale-
Da: "Ron Pinkas"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: martedì 28 maggio 2013 17.46
Oggetto: Re: [xHarbour-developers] TipSSl MSVC Build Error
> More likely it is a matter of configura
-Messaggio Originale-
Da: "Ron Pinkas"
A: "xHarbour Developers Mailing List"
Data invio: lunedì 27 maggio 2013 23.33
Oggetto: [xHarbour-developers] TipSSl MSVC Build Error
Ron,
> C:\OpenSSL\include\openssl/dtls1.h(229) : error C2079:
> 'dtls1_state_st::next_timeout' uses undefined s
-Messaggio Originale-
Da: "Ron Pinkas"
A: "xHarbour Developers Mailing List"
Data invio: lunedì 27 maggio 2013 23.30
Oggetto: [xHarbour-developers] ChangeLog
Ron,
> Hi All,
>
> Last ChangeLog notice that I received on this list has been:
>
> 2013-05-11 14:00 UTC+0200 Saulius Zrelski
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: martedì 7 maggio 2013 14.19
Oggetto: Re: [xHarbour-developers] Warnings
> Hi Enrico
>
> I don't get any warning!
This is strange...
> Anyway, you could di
I suppose we can't fix these warnings, right?
Warning W8061 e:\bcc\include\wspiapi.h 898: Initialization is only partially
bracketed in function WspiapiLoad
Warning W8061 e:\bcc\include\wspiapi.h 903: Initialization is only partially
bracketed in function WspiapiLoad
EMG
--
EMAG Software Homep
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: martedì 7 maggio 2013 13.17
Oggetto: Re: [xHarbour-developers] Commit failed
Saulius,
> Hi Enrico,
>
> Thank for true url
> https://svn.code.sf.net/p/xharbour/co
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "Saulius Zrelskis"
Cc: "xHarbour Developers Mailing List"
Data invio: martedì 7 maggio 2013 13.24
Oggetto: Re: [xHarbour-developers] Commit failed
> It is not working here. I'm getting:
N
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Data invio: martedì 7 maggio 2013 13.17
Oggetto: Re: [xHarbour-developers] Commit failed
Saulius,
> Hi Enrico,
>
> Thank for true url
It is not working here. I'm getting:
Che
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "xHarbour Developers Mailing List"
Data invio: giovedì 2 maggio 2013 12.02
Oggetto: [xHarbour-developers] Commit failed
> Trying
> svn relocate...
> or
> svn switch...
>
> results in:
>
> svn: E155024: Invalid relocation destination: 's
2013-04-22 21:45 UTC+0200 Enrico Maria Giordano
* contrib/mysql/mysqlrdd.prg
! fixed assigned but not used variable
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games:
Dear friends, is there someone that is able to fix this problem? Or that can
give me any hints on where to look at?
FUNCTION MAIN()
? TEST()
INKEY( 0 )
RETURN NIL
STATIC FUNCTION TEST()
LOCAL nVar := 1
LOCAL lVar := .T.
BEGIN SEQUENCE
IF lVar
nV
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "xHarbour Developers Mailing List"
Data invio: mercoledì 3 aprile 2013 17.52
Oggetto: [xHarbour-developers] 2013-03-21 10:25 UTC+0200 Saulius Zrelskis
> This repository has moved to a new location. This project was
> upgraded to the
-Messaggio Originale-
Da: "Patrick Mast"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: martedì 2 aprile 2013 16.46
Oggetto: Re: [xHarbour-developers] Probably spam
> Its spam.
Thank you, Patrick! :-)
EMG
--
Please look at this. I don't understand if it's spam or not.
-Messaggio Originale-
Da: "Jim Wang"
A:
Data invio: martedì 2 aprile 2013 13.26
Oggetto: Regarding Asia/Cn/Hk domain name & Internet Keyword
> Dear Manager,
> (If you are not the person who is in charge of this, please forw
-Messaggio Originale-
Da: "Patrick Mast"
A: "xHarbour Developers Mailing List"
Data invio: venerdì 29 marzo 2013 9.01
Oggetto: [xHarbour-developers] CToD() Problem?
> Hello,
>
> A user is reporting this problem:
>
> PROCEDURE Main()
>
> LOCAl dDate
>
> dDate := CToD("24/01/2008")
2013-03-28 16:50 UTC+0100 Enrico Maria Giordano
* source/rtl/tclass.prg
! fixed a bug introduced in my last commit
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games:
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "xHarbour Developers Mailing List"
Data invio: giovedì 28 marzo 2013 16.36
Oggetto: Re: [xHarbour-developers] Bug in OLEDEFAULTARG()
It works this way:
// From DIVERT parent!
LOCAL oClassInsta
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "xHarbour Developers Mailing List"
Data invio: giovedì 28 marzo 2013 15.31
Oggetto: [xHarbour-developers] Bug in OLEDEFAULTARG()
> FUNCTION MAIN()
>
>LOCAL oExcel := CRE
FUNCTION MAIN()
LOCAL oExcel := CREATEOBJECT( "Excel.Application" )
oExcel:WorkBooks:Add( OLEDEFAULTARG() )
oExcel:Visible = .T.
RETURN NIL
Error BASE/3101 : __OBJGETMSGFULLLIST
It worked fine in the past.
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EM
2013-03-25 18:44 UTC+0100 Enrico Maria Giordano
* winmake/common3.mak
* winmake/makefile.gc
! set harbour warning to the highest level, -w3
* utils\hbmake\hbmake.prg
* utils\xbscript\xbscript.prg
! fixed assigned but not used variable, hidden with #pragma w2
* source/rtl
Please wait, work in progress...
2013-03-24 20:12 UTC+0100 Enrico Maria Giordano
* contrib/gd/source/gdbar.prg
* contrib/gd/source/gdbarcode.prg
* contrib/gd/source/gdchart.prg
* contrib/libnf/aredit.prg
* contrib/libnf/clrsel.prg
* contrib/libnf/dispmsg.prg
* contrib/libnf
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Cc: "Ron Pinkas" ; "xHarbour Developers Mailing
List"
Data invio: domenica 24 marzo 2013 16.30
Oggetto: Re: [xHarbour-developers] ChangeLog:
2013-03-2109:40UTC+020
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Cc: "Ron Pinkas" ; "xHarbour Developers Mailing
List"
Data invio: domenica 24 marzo 2013 15.45
Oggetto: Re: [xHarbour-developers] ChangeLog:
2013-03-2109:40UTC+0200Sauliu
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Cc: "Ron Pinkas" ; "xHarbour Developers Mailing
List"
Data invio: domenica 24 marzo 2013 14.16
Oggetto: Re: [xHarbour-developers] ChangeLog:
2013-03-2109:40UTC+0200Sauli
2013-03-24 14:56 UTC+0100 Enrico Maria Giordano
* source/tip/sendmail.prg
! fixed assigned but not used variable
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games:
-Messaggio Originale-
Da: "Ron Pinkas"
A: "Enrico Maria Giordano"
Cc: "Saulius Zrelskis" ; "xHarbour Developers Mailing
List"
Data invio: domenica 24 marzo 2013 13.12
Oggetto: Re: [xHarbour-developers] ChangeLog:
2013-03-2109:40UTC+0200Sau
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: venerdì 22 marzo 2013 16.42
Oggetto: Re:
[xHarbour-developers]ChangeLog:2013-03-2109:40UTC+0200SauliusZrelskis
Hi Saulius,
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "Saulius Zrelskis"
Cc: "xHarbour Developers Mailing List"
Data invio: venerdì 22 marzo 2013 14.39
Oggetto: Re:
[xHarbour-developers]ChangeLog:2013-03-2109:40UTC+0200SauliusZrelskis
> This is not
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "Saulius Zrelskis"
Cc: "xHarbour Developers Mailing List"
Data invio: venerdì 22 marzo 2013 14.31
Oggetto: Re:
[xHarbour-developers]ChangeLog:2013-03-2109:40UTC+0200SauliusZrelskis
> I will rep
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: venerdì 22 marzo 2013 13.23
Oggetto: Re: [xHarbour-developers]
ChangeLog:2013-03-2109:40UTC+0200SauliusZrelskis
Hi Saulius,
&
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "Saulius Zrelskis"
Cc: "xHarbour Developers Mailing List"
Data invio: venerdì 22 marzo 2013 12.32
Oggetto: Re: [xHarbour-developers]
ChangeLog:2013-03-2109:40UTC+0200SauliusZrelskis
> Any news?
Any news? :-)
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "Saulius Zrelskis"
Cc: "xHarbour Developers Mailing List"
Data invio: giovedì 21 marzo 2013 13.21
Oggetto: Re: [xHarbour-developers] ChangeLog: 2013-03-21
09:40UTC+0200SauliusZrelskis
On
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "Saulius Zrelskis"
Cc: "xHarbour Developers Mailing List"
Data invio: giovedì 21 marzo 2013 13.21
Oggetto: Re: [xHarbour-developers] ChangeLog: 2013-03-21
09:40UTC+0200SauliusZrelskis
On
-Messaggio Originale-
Da: "Saulius Zrelskis"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: giovedì 21 marzo 2013 13.19
Oggetto: Re: [xHarbour-developers] ChangeLog: 2013-03-21 09:40
UTC+0200SauliusZrelskis
&g
-Messaggio Originale-
Da: "Enrico Maria Giordano"
A: "Saulius Zrelskis" ; "xHarbour Developers Mailing
List"
Data invio: giovedì 21 marzo 2013 13.09
Oggetto: Re: [xHarbour-developers] ChangeLog: 2013-03-21
09:40UTC+0200SauliusZrelskis
> How can I
201 - 300 of 1009 matches
Mail list logo