FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour Run samples mod_harbour (sessions) and others
Posts: 4
Joined: Sat Mar 05, 2022 11:05 PM
Run samples mod_harbour (sessions) and others
Posted: Wed Feb 26, 2025 01:28 AM

Hi!

I get this error, while run ../modharbour_samples/sessions/index.prg

Error: Can't open #include file 'fileio.ch'

called from: __PP_PROCESS, line: 0

called from: ../source/exec.prg, EXECUTE, line: 64

Source:

0062: lReturned := .T.

0063: elseif AP_PostPairs()[ "user" ] == "user02" .and. AP_PostPairs()[ "password" ] == "user02"

0064 => SessionStart()

0065: SetSessionByKey("user", "user02")

0066: SetSessionByKey("name", "Lisa Margaret")

How to change configuration this ?

The file fileio.ch found into ~/harbour/include

Other samples of mod_harbour works fine.

Best regards,

Itamar M. Lins Jr.

Continue the discussion