LSCONST.LSS - How to avoid "Public Symbol is declared error..."

Hello,

I use Openlog which includes LSCONST.LSS.

In my agent I “use” the Openlog library.

But in the debugger I do not see the constants.

So I include LSCONST.LSS in the agent options.

(Options)

Option Public

Option Declare

Use “OpenLogFunctions”

%INCLUDE “lsconst.lss” '/ DOES NOT WORK…

Unfortunately I am unable to save because I get a “V_Empty” error message

"Public Symbol is declared in another module. "

I do not want to change the openlog library, but I need lsconst.lss in my agent.

How do I add the constants to my agent.

Thank you

Regards

ingo

Subject: LSCONST.LSS - How to avoid “Public Symbol is declared error…”

V_EMPTY is not declared, publicly or otherwise,as a constant or as a variable in the OpenLogFunctions library, nor does the library include lsconst.lss. Your problem is somewhere else in your own code.