Re: [xHarbour-developers] ChangeLog,v 1.6169 2008/07/10

2008-07-10 Thread Ron Pinkas
Eduardo, Many thanks. :-) BTW, there's no need to disallow TBrowse():New(), it does not break any compatibility to have such support. OTOH removing this support breaks compatibility with existing xHarbour code, without giving us any advantage. All xHarbour classes should support the New() m

Re: [xHarbour-developers] ChangeLog,v 1.6169 2008/07/10

2008-07-10 Thread Patrick Mast, xHarbour.com
Ron, How close is current CVS code from a "OK for release" state? Patrick - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a he

Re: [xHarbour-developers] ChangeLog,v 1.6169 2008/07/10

2008-07-10 Thread Ron Pinkas
Patrick, Mostly I wait on Paul for some minor GT issues [Paul?]. There's also a report about minor issue with line numbers which I need to review. There's 1 report about FINALLY which I need to review. Finally I believe there's a GPF trap in Macro Compiler, related to doubly freed string v

Re: [xHarbour-developers] ChangeLog,v 1.6169 2008/07/10

2008-07-10 Thread Paul Tucker
Ron, >Mostly I wait on Paul for some minor GT issues [Paul?]. I updated my system from CVS the other day and the compilation failed - I have yet to look into why. I'll figure that out this week sometime. Meanwhile, I've lost all messages from about Feb 17 2008 to July 7th due to an Outlook Ex

Re: [xHarbour-developers] ChangeLog,v 1.6169 2008/07/10

2008-07-10 Thread Ron Pinkas
Paul, All should compile Ok, with MSVC, what error did you get? Ron On Jul 10, 2008, at 2:07 PM, Paul Tucker wrote: > Ron, > >> Mostly I wait on Paul for some minor GT issues [Paul?]. > > I updated my system from CVS the other day and the compilation > failed - I > have yet to look into why.

Re: [xHarbour-developers] ChangeLog,v 1.6169 2008/07/10

2008-07-10 Thread Paul Tucker
RP> All should compile Ok, with MSVC, what error did you get? contrib\gtwvg\wvtcore.c(178) : error C2664: 'OleLoadPicture' : cannot convert parameter 4 from 'const IID *' to 'const IID &' Reason: cannot convert from 'const IID *' to 'const IID' No constructor could take the sour

Re: [xHarbour-developers] ChangeLog,v 1.6169 2008/07/10

2008-07-10 Thread Paul Tucker
RP>> All should compile Ok, with MSVC, what error did you get? PT> contrib\gtwvg\wvtcore.c(178) : error C2664: 'OleLoadPicture' : cannot PT> convert parameter 4 from 'const IID *' to 'const IID &' PT> Reason: cannot convert from 'const IID *' to 'const IID' PT> No constructor