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

Reply via email to