2012-08-03 07:27 UTC+0700 Andi Jahja
* source/vm/dlmalloc.c
! remove castings for non-DMC compilers
Andi
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threa
2012-08-03 07:20 UTC+0700 Andi Jahja
* source/vm/fm.c
* source/vm/dlmalloc.c
! fixed to compile under Digital Mars and Open Watcom (MT using dlmalloc)
Andi
--
Live Security Virtual Conference
Exclusive live even
Luiz,
Sorry. But it did not work on MT.
Andi
On Thu, 02 Aug 2012 21:37:33 +0700
Andi Jahja wrote:
> Luiz,
>
> Did you find a solution yet?
> If not, the following patch may work (it's also OK in Windows)
>
> -
> #if 0
>#ifdef HB_THREAD_SUPPORT
> HB_CRITICAL_T mtxWorkArea;
2012-08-03 02:53 UTC+0700 Andi Jahja
* include/hbstack.h
! reverted previous changes, it did not work.
Andi
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
th
No problem.
I have committed an update that should work :-)
Andi
On Thu, 2 Aug 2012 11:46:02 -0300
Luiz Rafael Culik wrote:
> Andi
>
> I was thinking of same patch, but i can only commit tonight
>
> Regards
> Luiz
>
> 2012/8/2 Andi Jahja
>
> > Luiz,
> >
> > Did you find a solution yet?
>
2012-08-02 21:50 UTC+0700 Andi Jahja
* include/hbstack.h
! missing from commit
2012-08-02 21:49 UTC+0700 Andi Jahja
* include/hbstack.h
! use fake typedef for HB_CRITICAL_T in ST compilation
Andi
--
Live S
Andi
I was thinking of same patch, but i can only commit tonight
Regards
Luiz
2012/8/2 Andi Jahja
> Luiz,
>
> Did you find a solution yet?
> If not, the following patch may work (it's also OK in Windows)
>
> -
> #if 0
>#ifdef HB_THREAD_SUPPORT
> HB_CRITICAL_T mtxWorkArea; /
Luiz,
Did you find a solution yet?
If not, the following patch may work (it's also OK in Windows)
-
#if 0
#ifdef HB_THREAD_SUPPORT
HB_CRITICAL_T mtxWorkArea; /* Mutex */
BOOL fMtLockInit; /* Lock initialized */
HB_COUNTER ulCounter;
#endif
#els
2012-08-02 19:49 UTC+0700 Andi Jahja
* winmake/makefile.gc
! remove not required MT attributes
Andi
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat lan
-Messaggio Originale-
Da: "Andi Jahja"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: giovedì 2 agosto 2012 13.26
Oggetto: Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700
AndiJahja
> OK. Done.
Thank you! :-)
EMG
--
EMAG Software Hom
OK. Done.
Andi
> Thanks to you, Andi! One warning left:
>
> Warning W8080 source\vm\thread.c 3566: 's_doNothing' is declared but never
--
Live Security Virtual Conference
Exclusive live event will cover all the ways t
2012-08-02 18:24 UTC+0700 Andi Jahja
* source/vm/thread.c
! put MT-only function under MT condition
Andi
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threa
2012-08-02 18:19 UTC+0700 Andi Jahja
* source/vm/estack.c
! fix compilation on MT mode when HB_VM_ALL is not defined
Andi
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's se
-Messaggio Originale-
Da: "Andi Jahja"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: giovedì 2 agosto 2012 12.57
Oggetto: Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700
AndiJahja
> Enrico,
>
> OK. I think I just fixed it now.
> Sorry
Luiz,
> I read, it should give same error on compiling under windows since
> CRITICAL_SECTION is not defined
It is defined, because "windows.h" is now included. See at the top of
file.
Andi
--
Live Security Virtual Co
2012-08-02 18:04 UTC+0700 Andi Jahja
* source/vm/thread.c
! fix compilation on MT mode when HB_VM_ALL is not defined
Andi
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's se
Enrico,
OK. I think I just fixed it now.
Sorry because I always test with default setting.
Thank you very much.
Andi
> Yes. This is my batch file:
>
> @ ECHO OFF
> SET PATH=e:\bcc\bin
> SET HB_NO_VM_ALL=1
> SET HB_NO_FM_DL_ALLOC=1
> SET HB_NO_DV_MEMCPY=1
> CALL make_b32 clean
> CALL make_b32
2012-08-02 17:51 UTC+0700 Andi Jahja
* source/vm/estack.c
+ #include "hbmath.h" -> just in case
* source/vm/inet.c
* source/rtl/filenet.c
* source/rtl/hbsrlraw.c
* contrib/what32/source/_winsock.c
! reordered include files and/or remove not required one to fix
compilation on
Andy
I read, it should give same error on compiling under windows since
CRITICAL_SECTION is not defined
Regards
Luiz
-Original Message-
From: Andi Jahja
Sent: Thursday, August 02, 2012 6:39 AM
To: Luiz Rafael
Cc: Enrico Maria Giordano ; xHarbour Developers Mailing List
Subject: Re: [xH
-Messaggio Originale-
Da: "Andi Jahja"
A: "Enrico Maria Giordano"
Cc: "xHarbour Developers Mailing List"
Data invio: giovedì 2 agosto 2012 11.39
Oggetto: Re: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700
AndiJahja
> Error E2147 source\vm\estack.c 207: 'HB_MATH_EX
Luiz,
I have clearly explained it in ChangeLog:
-
* include/hbstack.h
! remove hard-coded HB_THREAD_SUPPORT in HB_STACKRDD struct.
NOTE: Non-Windows developers please read a note in the file.
---
> Error E2147 source\vm\estack.c 207: 'HB_MATH_EXCEPTION' cannot start a
> parameter declaration
Did you use the default SVN makefiles? Please send me the log file.
Andi
--
Live Security Virtual Conference
Exclusive li
Andi
And on *nix when compiling non mt Code I get
../../../../include/hbstack.h:104 error unknow type name HB_CRITICAL_T
Regards
Luiz
-Original Message-
From: Enrico Maria Giordano
Sent: Thursday, August 02, 2012 5:24 AM
To: Andi Jahja ; xHarbour Developers Mailing List
Subject: Re: [
-Messaggio Originale-
Da: "Andi Jahja"
A: "xHarbour Developers Mailing List"
Data invio: giovedì 2 agosto 2012 3.30
Oggetto: [xHarbour-developers] ChangeLog: 2012-08-02 08:25 UTC+0700
AndiJahja
Error E2147 source\vm\estack.c 207: 'HB_MATH_EXCEPTION' cannot start a
parameter declara
24 matches
Mail list logo