How to get debwin4 to report anything?

I am getting an error -105 wheever i try to use version 29.
To check what happens i wuld use Debwin 4, but it shows nothing.
In the doc it’s said that i should use LlSetDebug(), but as its not a part of CMLL29.clw (! Clarion For Windows constants and function definitions for LL29.DLL) i just cannot set it.

Best regards

Edvard Korsbæk

Hi Edward, this is a license error, did you add your correct licenseinfo?
I mean → LL_OPTIONSTR_LICENSEINFO.
Please check this.

2 Likes

Thanks!

Same problem here, LL_OPTIONSTR_LICENSEINFO is not a part of CMLL29.clw

Hi Edvard,

in the mentioned option from @Erdal_Alacali is a small typo: it must be LL_OPTIONSTR_LICENSINGINFO.

And it is defined within the *.clw file:

...
LL_OPTIONSTR_LOGFILEPATH                 EQUATE(43)
LL_OPTIONSTR_LICENSINGINFO               EQUATE(44)
LL_OPTIONSTR_PRINTERALIASLIST            EQUATE(45)
...

Also LlSetDebug is defined there:

...
SECTION('Prototypes')
  MODULE('CMLL29')
   LlJobOpen                                (SIGNED),SIGNED,PASCAL,RAW
   LlJobOpenLCID                            (UNSIGNED),SIGNED,PASCAL,RAW
   LlJobClose                               (SIGNED),PASCAL,RAW
   LlSetDebug                               (UNSIGNED),PASCAL,RAW
   LlGetVersion                             (SIGNED),UNSIGNED,PASCAL,RAW
...