Q. When I run my app and hit any key at AutoCAD command line, I get a AutoCAD dialog saying:
"Unable to find main dictionary. Could not start speller"
AutoCAD command line then reports: "Can't find speller module: AcSpellEng.dll"
What am I supposed to do in the OEM wizard to get this going?
A.
It seems that Copying and Patching Spell files has not taken place while building your OEM application, this is because "_Spell" command has not enabled in your commands page.
OEM Wizard while creating stamp.bat file wizard initiates stamping for each enabled command such that all dependencies are copied to your project folder [.\AutoCAD OEM XXXX- English\Projects\<OEMAPP>\Toolkit]
XXXX stands for version for e.g. 2016.
So enable full support for "'_Spell'", after building application, open <oemapp>stamp.bat and find for :SPELLDONE, you 'll find stamping of AcSpell.dll takes place.