in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

German/Swiss dictionary

Last post 06-24-2008 9:11 AM by C1_BernardoC. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 10-23-2007 6:01 AM

    • tosch
    • Top 500 Contributor
    • Joined on 05-24-2006
    • Posts 16

    German/Swiss dictionary

     

    where do I get a german (or even better swiss) dictionary?
  • 10-23-2007 9:48 AM In reply to

    • C1_JohnF
    • Top 25 Contributor
    • Joined on 08-02-2006
    • Pittsburgh, PA USA
    • Posts 141

    Re: German/Swiss dictionary

    Hi tosch,

    By default, the included dictionaries are:

    ·      c1sp_ae.dct (American English)

    ·      c1sp_aec.dct (American English - compact)

    ·      c1sp_be.dct (British English)

    ·      c1sp_bec.dct (British English - compact)

    ·      c1sp_es.dct (Spanish)

    ·      c1sp_nl.dct (Dutch)

    However, you can import any text file to create a custom dictionary file. Here are some instructions for doing this:

    http://helpcentral.componentone.com/nethelp/c1spell/searchresult.htm?turl=buildingandmaintainingdictionaryfiles.htm 

    (full instructions are available in our documentation section online at http://helpcentral.componentone.com/

    This link seems to have a German TXT file and also a Swiss variant that you can use:

    http://www.winedt.org/Dict/

    John Franco
    johnf@componentone.com
    Customer Engagement Manager
    www.componentone.com
  • 10-24-2007 2:30 AM In reply to

    • tosch
    • Top 500 Contributor
    • Joined on 05-24-2006
    • Posts 16

    Re: German/Swiss dictionary

    I have built a german dictionary with the  Dictionary utility.

    In my application I use the new dictionary: c1Spell1.MainDictFile = "C1sp_de.dct"

    When I the do a 'c1Spell1.CheckControl(txtspell)' I get the following error. Any idea what the problem is????

    "   at C1.Win.C1Spell.C1SpellBase.k.a(Int64 A_0, Boolean A_1, String& A_2)
       at C1.Win.C1Spell.C1SpellBase.k.a()
       at C1.Win.C1Spell.C1SpellBase.k.b()
       at C1.Win.C1Spell.C1SpellBase.c.m()
       at C1.Win.C1Spell.C1Spell.c()
       at C1.Win.C1Spell.C1Spell.a(String A_0)
       at C1.Win.C1Spell.C1Spell.CheckControl(Control ctrl)
       at Spread_Spellcheck.Form1.CheckCell() in e:\VSTest\Spread_Spellcheck\Spread_Spellcheck\Form1.vb:line 31
       at Spread_Spellcheck.Form1.Button1_Click(Object sender, EventArgs e) in e:\VSTest\Spread_Spellcheck\Spread_Spellcheck\Form1.vb:line 18
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(ApplicationContext context)
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
       at Spread_Spellcheck.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
       at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()"

  • 02-27-2008 12:17 AM In reply to

    Re: German/Swiss dictionary

    Hi,
     
    Can you please provide me with with the German dictionary file that you are using and also some words to test out? Since I don't have a German dictionary on my side, I have not been able to test the same.
     
    Regards,
    Gary.
    <tosch> wrote in message news:199212@10.0.1.98...

    I have built a german dictionary with the  Dictionary utility.

    In my application I use the new dictionary: c1Spell1.MainDictFile = "C1sp_de.dct"

    When I the do a 'c1Spell1.CheckControl(txtspell)' I get the following error. Any idea what the problem is????

    "   at C1.Win.C1Spell.C1SpellBase.k.a(Int64 A_0, Boolean A_1, String& A_2)
       at C1.Win.C1Spell.C1SpellBase.k.a()
       at C1.Win.C1Spell.C1SpellBase.k.b()
       at C1.Win.C1Spell.C1SpellBase.c.m()
       at C1.Win.C1Spell.C1Spell.c()
       at C1.Win.C1Spell.C1Spell.a(String A_0)
       at C1.Win.C1Spell.C1Spell.CheckControl(Control ctrl)
       at Spread_Spellcheck.Form1.CheckCell() in e:\VSTest\Spread_Spellcheck\Spread_Spellcheck\Form1.vb:line 31
       at Spread_Spellcheck.Form1.Button1_Click(Object sender, EventArgs e) in e:\VSTest\Spread_Spellcheck\Spread_Spellcheck\Form1.vb:line 18
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(ApplicationContext context)
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
       at Spread_Spellcheck.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
       at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()"



    http://helpcentral.componentone.com/cs/forums/p/73375/199212.aspx#199212

  • 06-24-2008 9:11 AM In reply to

    Re: German/Swiss dictionary

    The latest build (16) includes a Swiss-German dictionary. Thanks for suggesting this addition.

Page 1 of 1 (5 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.