Hi Roberto,

I've tested your code with latest clean build and I
couldn't reproduce the leak. This is my result:

test.ch(6) Error E0020  Incomplete statement or unbalanced delimiters'.

Can you try with a fresh checkout and build?

Brgds,
Viktor

On 2008.07.30., at 3:06, Roberto Lopez wrote:

Szakáts Viktor wrote:

It may help if you could send an example of that
include file. This is a clear bug.

Well.. it happens with all include files and programs that I've tested.

Any include file containing a valid directive ending with random characters will generate the problem.

This is a simple console test that reproduce it:

----------------------- Test.prg -------------------------

#include 'test.ch'

function Main()

        SetMode(25,80)

        CLS

        @ 10,10 say 'Hello'

        alert('Hello')

return nil

----------------------- Test.ch -------------------------

#translate RegistryWrite ( <arg1> , <arg2> ) ;
=> ;
w32_regwrite ( <arg1> , <arg2> )


0

----------------------- end -------------------------

Regards,

Roberto.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to