cada vez que intento ejecutar este programa, me arroja esta linea
Code: Select all
{SOURCE}.prg(1) Error F0029 Can't open #include file 'FiveWin.ch'
Alguna sugerencia ?
Code: Select all
{SOURCE}.prg(1) Error F0029 Can't open #include file 'FiveWin.ch'
Code: Select all
local cCode := '#include "C:\FWH...\INCLUDE\FiveWin.ch"' + CRLF + CRLF + "function Test()" + CRLF + CRLF + ' MsgInfo( "Hello world!" )' + CRLF + CRLF + "return nil"