Our IT staff have made some upgrades to our boxes, and now Vocola/Natlink is crashing NaturallySpeaking. Every time I tried to start NaturallySpeaking, I get...
1) Make sure you're running v 1.3.4, not 1.3.3 2) regsvr32 "C:\Program Files\NatLink\macrosystem\core\natlink.dll" 3) If you get a success message, restart DNS...
Never mind, found it: http://speechwiki.org/NL/VersionHistory.html Thanks, Anders ... Files\NatLink\macrosystem\core\natlink.dll" ... OK, ... the ... 8,...
Unfortunately my network people already locked my box down, so I can't try installing it. The next time they're around, I'll ask them to let me try it again....
I'm using Vocola/Natlink 1.3.4, DNS 8.0 sp1, and Windows XP. I'm installing DNS on my daughter's Dell Inspiron 8200 notebook. I get a Dragon error dialog box...
Yep. I got this same error, and 1.3.5 fixed it for me. ... From: VoiceCoder@yahoogroups.com [mailto:VoiceCoder@yahoogroups.com]On Behalf Of Scott Weinstein ...
If you're using standard Python, you need to install the Win32 all package. http://prdownloads.sourceforge.net/pywin32/pywin32-204.win32-py2.3.exe?download I...
... package. ... py2.3.exe?download ... Well, it worked perfectly. I installed this version of Python and the NatLink/Vocola 1.3.5 and everything is working...
I will occasionally create common library routines and stick them in the core directory, so they are accessible. The problem is that I cannot find a way to...
Matt, In the message window "File, Reload everything" should work, as long as you save your python library before you do this. I cannot think of a reason you ...
Sorry guys. Using 1.3.3 of the NatLink/Vocola installer. Python 2.3.4 from python.org. NaturallySpeaking Pro 8.10.000.279 SP1. With the new output window,...
okay... a few things 1) regarding your problem, what directory do you mean when you say "core"? Placing files in 'C:\Program Files\NatLink\macrosystem\core' is...
Using Vocola in Access, I have the following commands: dimension integer <_anything> = "Dim int" $1 " As Integer" {enter}; dimension string <_anything> =...
... Scott, This command works perfectly. Now, suppose I wanted to use two words in the name and have each word capitalized, such as: Dim intParameterSearch As...
As it turns out, I had some unneeded quotations. This will also work: test integer <_anything> = "Dim int" Eval("$1.capitalize()") " As Integer" {enter}; In...
... start ... http://speechwiki.org/NL/ProgrammingNotation.html Scott, It seems I don't understand the relationship between Vocola --- NatLink --- Python ---...
this is a common question, I've attempted to explain the relationship here: http://speechwiki.org/NL/RelationshipBetweenNatLinkVocolaPythonAndDNS.html...
Since I tend to have to do research this type of thing at lunch, it is sometimes a slow process. I've narrowed down the problem quite a bit. There are two...
We may want to automatically add the NatLink user directory to the HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.3\PythonPath\NatLink default key. Most...
two things come to mind: 1) the path *C:\Program Files\NatLink\macrosystem\macrosystem* shouldn't exist 2) possibly your Vocola commands are exposing a bug in...