Help With Data.Dll - C11 - Capesoft Error

Unknown identifier: SECGLO:TABLESECRET - E:\DRSDcitionary\DRSData.clw:22508,3

I’m getting this message when the Make is intializing the DLLs


 DctInit()
  FuzzyMatcher.Init                                        ! Initilaize the browse 'fuzzy matcher'
  FuzzyMatcher.SetOption(MatchOption:NoCase, 1)            ! Configure case matching
  FuzzyMatcher.SetOption(MatchOption:WordOnly, 0)          ! Configure 'word only' matching
  SecGlo:TableSecret = ''
                             ! Begin Generated by NetTalk Extension Template

I have SecWin, NetTalk and MyTable extensions (and more) included.

Thanks.

That’s a secwin7 thing I think. If I remember you need to add a global set to your dct along with the tables.

Thanks… I’ll go back and RTFM…