[xHarbour-developers] Wrong line when compile

2008-06-23 Thread [EMAIL PROTECTED]
Ron, I´m having wrong line errors when I compile my application, for example, I do this: if some.code if some.code endif endif endif The latest endif is in line1529 in my app, but xharbour tell me: util.prg(1551) Error E0010 ENDIF does not match IF I tryed compile a small sample with n

Re: [xHarbour-developers] Wrong line when compile

2008-06-23 Thread Ron Pinkas
Toninho, Maybe you need to use your #include files for the sample. Ron On Jun 23, 2008, at 4:22 AM, [EMAIL PROTECTED] wrote: > Ron, > > I´m having wrong line errors when I compile my application, for > example, I do this: > > if some.code >if some.code >endif > endif > endif > > The l

Re: [xHarbour-developers] Next Release (RC2)

2008-06-23 Thread Luiz Rafael Culik Guimaraes
Ron I foward the problem of the picture to Eduardo Fernandes with the sample code. For gtwvw, i suggest Phil to port the code. regards Luiz - Original Message - From: "Ron Pinkas" <[EMAIL PROTECTED]> To: "Xharbour-Developers List" Sent: Friday, June 20, 2008 1:35 PM Subject: [xHarbour-

Re: [xHarbour-developers] Wrong line when compile

2008-06-23 Thread [EMAIL PROTECTED]
>Toninho, > >Maybe you need to use your #include files for the sample. Ron, I found it: ---cut--- procedure main() if !Empty( cSai ) ; cSai := .f. ; endif if cSai endif endif return ---cut--- Rergards, Toninho. --

[xHarbour-developers] 2008-06-23 12:55 UTC-0430 Ron Pinkas

2008-06-23 Thread Ron Pinkas
2008-06-23 12:55 UTC-0430 Ron Pinkas * source/pp/ppcore.c * Corrected hb_pp_nextLine() to only break at true EOL - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just

Re: [xHarbour-developers] Wrong line when compile

2008-06-23 Thread Ron Pinkas
Toninho, Thanks for the sample. Should be fixed after: 2008-06-23 12:55 UTC-0430 Ron Pinkas Ron On Jun 23, 2008, at 9:44 AM, [EMAIL PROTECTED] wrote: >> Toninho, >> >> Maybe you need to use your #include files for the sample. > > Ron, I found it: > > ---cut--- > procedure main() > >if !E

Re: [xHarbour-developers] 2008-06-23 12:55 UTC-0430 Ron Pinkas

2008-06-23 Thread [EMAIL PROTECTED]
>2008-06-23 12:55 UTC-0430 Ron Pinkas > * source/pp/ppcore.c > * Corrected hb_pp_nextLine() to only break at true EOL Perfect! Thanks a lot, Toninho. - Check out the new SourceForge.net Marketplace. It's the best pl

[xHarbour-developers] hb_xautorelease()

2008-06-23 Thread Luis Krause Mantilla
Ron: Somehow structures as used by fwh are blowing up. Building our app with BCC 5.8 I was getting hb_xautorelease() at startup. I was able to reproduce it with this single liner: function main() msginfo( lfn2sfn( "C:\Program Files" ), "C:\Program Files" ) return nil You need to link with the

[xHarbour-developers] hb_xautorelease() - errata

2008-06-23 Thread Luis Krause Mantilla
Ron: Pated wrong sample; it isn't lfn2sfn, but sfn2lfn the one blowing up: function main() msginfo( sfn2lfn( "C:\PROGRA~1" ), "C:\PROGRA~1" ) return nil Regards, -- Luis Krause Mantilla lkrausem at shaw dot ca luis_krause at hotmail dot com "May the Source be with GNU" ---

Re: [xHarbour-developers] hb_xautorelease()

2008-06-23 Thread Ron Pinkas
Luis, Please build with the CodeGuard flags, and forward the resulting CGL file. Ron On Jun 23, 2008, at 5:15 PM, Luis Krause Mantilla wrote: > Ron: > > Somehow structures as used by fwh are blowing up. > Building our app with BCC 5.8 I was getting hb_xautorelease() > at startup. I was able

Re: [xHarbour-developers] hb_xautorelease()

2008-06-23 Thread Ron Pinkas
Luis, This log file suggests a build error, as if TStruct was compiled with some non current xHarbour. Please post the content of \fwh\samples \buildx.bat that you used. Ron On Jun 23, 2008, at 7:45 PM, Luis Krause Mantilla wrote: > Ron: > > The .cgl is huge. Here you have it zipped. > > Ro