Re: [xHarbour-developers] Last DESPERATE call for a BUG FREEZE

2009-01-29 Thread Andres Reyes [codigobase.blogspot.com]
Hi Ron, yes, the lastest Andres Ron Pinkas escribió: > Hi Andres, > > Is this with the LATEST CVS? > > Ron > >> Hi Ron, >> >> The debugger is not working properly, something is corrupted, in some >> programs I can see in the callstack >> >> >> MYDIALOG_BUTTON(134) >> ONEVENT(0) >> XBUTTON:CL

Re: [xHarbour-developers] Last DESPERATE call for a BUG FREEZE

2009-01-29 Thread Ron Pinkas
Hi Andres, Is this with the LATEST CVS? Ron > Hi Ron, > > The debugger is not working properly, something is corrupted, in some > programs I can see in the callstack > > > MYDIALOG_BUTTON(134) > ONEVENT(0) > XBUTTON:CLICK(0) > XBUTTON:HANDLEVENT(0) > _FWH(3332) > SENDMESSAGE(0) > MYDIALOG:CO

Re: [xHarbour-developers] Last DESPERATE call for a BUG FREEZE

2009-01-29 Thread Andres Reyes [codigobase.blogspot.com]
Ron Pinkas escribió: > Hi All, > > Please, let's commit ourselves to releasing a new official release. Let's > focus on any pending bug, and avoid any new features until new release is > ready. This request is also with regard to synching with Harbour - we should > avoid any change unless it sp

[xHarbour-developers] 2009-01-29 22:36 UTC+0100 Enrico Maria Giordano

2009-01-29 Thread Enrico Maria Giordano
2009-01-29 22:36 UTC+0100 Enrico Maria Giordano * makefile.bc * makefile.dc * makefile.wc - Synched with makefile.vc Sorry, I don't know how to synch the other makefiles. Please test dc and wc. EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page:

[xHarbour-developers] Last DESPERATE call for a BUG FREEZE

2009-01-29 Thread Ron Pinkas
Hi All, Please, let's commit ourselves to releasing a new official release. Let's focus on any pending bug, and avoid any new features until new release is ready. This request is also with regard to synching with Harbour - we should avoid any change unless it specifically and locally address a

Re: [xHarbour-developers] 2009-01-29 11:57 UTC-0430 RonPinkas

2009-01-29 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Patrick Mast, xHarbour." A: "xHarbour-Developers" Data invio: giovedì 29 gennaio 2009 18.38 Oggetto: Re: [xHarbour-developers] 2009-01-29 11:57 UTC-0430 RonPinkas > Enrico, > > > Fatal: 'lib\b32\use_dll.lib' does not exist - don't know how to make it > > >F

Re: [xHarbour-developers] 2009-01-29 11:57 UTC-0430 Ron Pinkas

2009-01-29 Thread Patrick Mast, xHarbour.
Enrico, > Fatal: 'lib\b32\use_dll.lib' does not exist - don't know how to make it >From Ron's changelog: * makefile.vc + Added $(USE_DLL_LIB) : $(USE_DLL_LIB_OBJS) * Replaced $(DLL_MAIN_LIB) with $(USE_DLL_LIB) in DLLEXE_LINK_CMD /* Please synch these changes to makefile.* of

Re: [xHarbour-developers] 2009-01-29 11:57 UTC-0430 Ron Pinkas

2009-01-29 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Ron Pinkas" A: Data invio: giovedì 29 gennaio 2009 17.31 Oggetto: [xHarbour-developers] 2009-01-29 11:57 UTC-0430 Ron Pinkas Fatal: 'lib\b32\use_dll.lib' does not exist - don't know how to make it EMG -- EMAG Software Homepage: http://www.emagsoftware.

Re: [xHarbour-developers] 2009-01-29 11:57 UTC-0430 Ron Pinkas

2009-01-29 Thread Ron Pinkas
> 2009-01-29 11:57 UTC-0430 Ron Pinkas Using statically linked xHarbour Dlls: 1. Any application (Console or GUI) can be linked into a small EXE utilizing harbour.dll withOUT any code changes. How: link to use_dll.lib + harbour.lib (in that order) INSTEAD of all core libs (vm.lib r

[xHarbour-developers] 2009-01-29 11:57 UTC-0430 Ron Pinkas

2009-01-29 Thread Ron Pinkas
2009-01-29 11:57 UTC-0430 Ron Pinkas * common.mak * compile.mak + Added new use_dll.lib - Moved mainstd.c and mainwin.c from dllmain.lib to use_dll.lib * makefile.vc + Added $(USE_DLL_LIB) : $(USE_DLL_LIB_OBJS) * Replaced $(DLL_MAIN_LIB) with $(USE_DLL_LIB) in DLLEXE_

[xHarbour-developers] full warnings

2009-01-29 Thread Miguel Angel Marchuet
There are some charitable soul who wants to work together to eliminate all warnings ? -- Warning W8004 obj\\b32\\harboury.c 4603: 'yymsg' is assigned a value that is never used in funct

[xHarbour-developers] Warnings

2009-01-29 Thread Enrico Maria Giordano
Warning W8013 source\rdd\dbfntx\dbfntx1.c 4334: Possible use of 'pRegEx' before definition in function hb_ntxOrdSkipRegEx Warning W8013 source\rdd\dbfcdx\dbfcdx1.c 5569: Possible use of 'pRegEx' before definition in function hb_cdxDBOISkipRegEx Warning W8013 source\rdd\bmdbfcdx\bmdbfcdx1.c 5642

[xHarbour-developers] 2009-01-29 11:02 UTC+0100 Miguel Angel Marchuet

2009-01-29 Thread Miguel Angel Marchuet
2009-01-29 11:02 UTC+0100 Miguel Angel Marchuet * rdd\bmdbfcdx\bmdbfcdx1.c ! fixed possible GPF caused by missing RT error (from harbour) ! added RT errors for invalid KEY or FOR expressions (from harbour) % removed unused static variable and its related code. * rdd\dbfcdx\dbf