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
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
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-
>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.
--
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
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
>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
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
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"
---
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
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
11 matches
Mail list logo