Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread Szakáts Viktor
oblem with debug.c ... All HB_DBG_VM... func disapeared ! Hi JF, Yes, this was the intention. I'm not sure what exactly do you mean, but if you happen to use these internal functions from your code, you can either write some wrappers to them, or search/replace them in your code to the new nam

Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread Luis Krause Mantilla
de Szakáts Viktor Envoyé : jeudi 21 août 2008 13:02 À : Harbour Project Main Developer List. Objet : Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared ! Hi JF, Yes, this was the intention. I'm not sure what exactly do you mean, but if you happen to use these int

Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread Szakáts Viktor
Hi Luiz, Maybe, but before we continue to take and maintain old compatibility stuff in Harbour core and doing a temporary solution again, I'd suggest looking a bit deeper into this (see my other mail). [ BTW, right now I'm committing stuff targeting 1.1, where such old stuff may be completely dr

Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread Szakáts Viktor
EMAIL PROTECTED] ] De la part de Szakáts Viktor Envoyé : jeudi 21 août 2008 13:02 À : Harbour Project Main Developer List. Objet : Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared ! Hi JF, Yes, this was the intention. I'm not sure what exactly do you mean, but if you

Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread Luis Krause Mantilla
Viktor: About 4 years ago when Ryzsard renamed renamed this funcs I added 2004-01-29 18:45 UTC-0800 Luis Krause Mantilla /*dot*/ ca> * source/vm/debug.c + add wrappers (some 3rd-party-libs still use these ones) for: __VMSTKLCOUNT() __VMPARLLIST() __VMSTKLLIST() __V

Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread Luis Krause Mantilla
oject Main Developer List. Objet : Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared ! Hi JF, Yes, this was the intention. I'm not sure what exactly do you mean, but if you happen to use these internal functions from your code, you can either write some wrappers t

RE: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread J. Lefebvre
d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Szakáts Viktor Envoyé : jeudi 21 août 2008 13:02 À : Harbour Project Main Developer List. Objet : Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared ! Hi JF, Yes, this was the intention. I&

Re: [Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread Szakáts Viktor
Hi JF, Yes, this was the intention. I'm not sure what exactly do you mean, but if you happen to use these internal functions from your code, you can either write some wrappers to them, or search/replace them in your code to the new names. Or, you can also use the stable Harbour 1.0.0 build, unti

[Harbour] Problem with debug.c ... All HB_DBG_VM... func disapeared !

2008-08-21 Thread J. Lefebvre
Hi, I just try a compile from a fresh SVN update and discovered there is some missed function. They got rename to their initial name 2 years ago ... Ie ; HB_DBG_VMVARSLEN() -> __DBGVMVARSLEN() HB_DBG_VMPARLLIST() -> __DBGVMVARSLIST() HB_DBG_VMSTKLCOUNT() -> __DBGVMSTKLCOUNT() Not any more H