I repeat an earlier issue, as I now tried to register the python24.dll after installing python2.4. (the file reckoner provided some time ago, which is in the...
I'm sorry to hear you're having so much trouble. Did you try the version of the Python 2.5 DLL (or pyd) from drocco (on the speechcomputing site)? I can look...
I have verified the following error: ... RegSvr32 ... LoadLibrary("natlink24.dll") failed - This application has failed to start because the application...
Hello list, (also posted on www.speechcomputing.com) I just released natlink3.4, which now also works with python2.5. I borrowed the dll file (.pyd file) from...
... weak. ... of ... It's now 8 months since I started to have severe voice problems. Things are better than they were, and I have been back at work for one...
My new employer wants me to use eclipse for my Java programming. I've never used it before (I've been using IntelliJ). Does anyone have tips or suggestions...
I was using DNS Pro 9.5 with Eclipse, and did nothing special other than create a few macros. Eclipse has plenty of shortcut key sequences to script. I've...
I had some problems using NaturallySpeaking with Eclispe, although they weren't problems that were restricted to only Eclipse. I needed to make the following...
Hi everyone, I'm coming in late in this thread, so forgive me if it's no longer relevant, but I wanted to offer my experiences. Back in the time when I used VR...
see drop.io/natlink24 I tried it on a clean computer and it registered OK. Let me know how it goes. ... Namens ... natlink.dll ... want the ... Namens...
I want to second the notion about the trigger point book-I actually got to work with the author (located in Louisville, Kentucky) and it has been extremely...
Clean computer with or without IE7?? I ask only because I decided to try upgrading natlink to use python 2.5, and when I tried to register natlink25.dll it...
I only recompiled the python24 DLL not the Python25 version. Also, this was on Windows XP. I don't have Windows vista. Drocco has the Python version 2.5 DLL if...
Oh sorry, forgot to mention, I don't use Vista either, XP Pro here actually, the Vista dll mentioned earlier that was a problem was also on a customer's XP...
Hi VoiceCoder readers, I've just recently upgraded from DNS v9 to v10 (both preferred). In doing so, several of my Natlink macros broke because of a rule...
Sorry to not have reacted. Natlink24.dll still not registers on vista (my system). Xp not tried yet. Natlink25.dll is now natlink25.pyd and works on the...
... I saw a new speech therapist today, and she suggested that my heartburn symptoms could actually be a sign that things are getting better. She suggested...
I can't speak to whether that is plausible or not-I simply don't have enough medical background (although I am a speech therapist). I'm assuming you've had an...
... have enough medical background (although I am a speech therapist). I'm assuming you've had an upper endoscopy that helped to diagnose reflux. At a bare...
I'm not a big fan of pharmacological interventions without some kind of therapy as an adjunct. Did the specialist tell you how they were planning to deal with...
... tests show more signs of reflux? I guess I'm just wondering if this is pointing to some benefits from the medications (although I don't know why you're...
... if you're anything like me, I suspect you're stressing over the symptoms which raises your stress and aggravates symptoms. The only thing I've found to...
between ( single="'" | double='"' | triple="'''" | hex='"""') quotes = $1{ctrl-Spacebar}$1{ctrl-x}{ctrl-x}; this causes vocola to throw a hairball. I want a...
What kind of hairball? I note that your keystroke syntax isn't quite right and should be: $1{Ctrl+Space}$1{Ctrl+x}{Ctrl+x} There's no way to call a python...
... realized that after I posted. I'm always describing control characters in Emacs notation. ... yeah, I'm about ready to bail back to pure natlink. I'm...
... unfortunately I lost the traces when vocola threw up its own special kind of hairball and exited. I was doing a reload all from the messages window ...
go to (end={ctrl+e} | beginning={ctrl+a} | start={esc}m) of line = $1 go to line 1..3000 = {esc}xgoto-line{enter}$1{enter} Neither of these work. What am I...