wpspell access violation in ntdll.dll

  • I have wpspellcontroller set to use registry.
    On form create the following:
    common := CSIDL_COMMON_DOCUMENTS;
    installdir := GetSpecialFolderPath(common) ;
    SetRegistryData(HKEY_CURRENT_USER,'\Software\WPCubed\WPSpell\SpellCheck-Files',
    'DCT0', rdString, installdir+'\myappfolder\English.DCT');

    On clean install to test computer, first time I run spell check, it comes up with no dictionary set. I click configure, then browse to english.dct in users\public\public documents\myappfolder\ and click ok.
    Then I get access violation from then on.
    Is this a problem with my setting or with the access to the public folders?
    -damon