Error: Variable does not exist operation: HPP

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
CharlesKwon
Posts: 6
Joined: Sun Nov 02, 2014 7:03 am

Error: Variable does not exist operation: HPP

Post by CharlesKwon »

Hello,

I tried to mod_harbour (64bit) on Apache24 with Windows 10.
But, I got an error like following even very simple code.

Code: Select all

function Main()

   ?? "Harbour power"
return nil

 
Error: Variable does not exist
operation: HPP
called from: ..\source\exec.prg, EXECUTE, line: 23


What's wrong with me?

Many thanks all

Charles Kwon.
User avatar
CharlesKwon
Posts: 6
Joined: Sun Nov 02, 2014 7:03 am

Re: Error: Variable does not exist operation: HPP

Post by CharlesKwon »

This issue already closed.

I just upgrade modules from https://github.com/FiveTechSoft/mod_harbour/releases
and Done!

Thanks all.

Charles Kwon.
Post Reply