Re: [xHarbour-developers] changelog 2014-11-17 09:50 UTC-300 Luiz Rafael Culik

2014-11-17 Thread Enrico Maria Giordano
Warning W8004 contrib\gtwvw\wvwfuncs.c 2294: 'nItems' is assigned a value that is never used in function HB_FUN_WVW__MAKEDLGTEMPLATE 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

[xHarbour-developers] changelog 2014-11-17 09:50 UTC-300 Luiz Rafael Culik

2014-11-17 Thread Luiz Rafael Culik
* contrib/hbsqlit3/sqlite3.c * contrib/hbsqlit3/sqlite3.h * contrib/hbsqlit3/sqlite3ext.h ! updated sqlite to version 3.8.7.1 * contrib/hbsqlit3/xhbsqlite3.c ! some minor updates * contrib/gtwvw/gtwvw.c * contrib/gtwvw/wvwcheck.c * contrib/gtwvw/wvwedit.c * contrib/gtwvw/wvw

[xHarbour-developers] Optimizing 2nd parameter of __DBLIST()

2014-11-17 Thread Saulius Zrelskis
Hi All, This sample produces compiler GPF: --->--- proc main() local cFields LIST &(cFields) return ---<--- Ron, can you remember, what happens with PCODE after implementing this change: 2001-07-26 02:50 UTC-0800 Ron Pinkas * include/hbexpra.c + Added logic to optimize 2nd paramete