 |
|
 |
The Google API, no idea as how to use it . I have registered the DLL using regsvr32. Can anyone give me a clue as how go about it. Want to use it in ASP in a textarea field.
Mahboob Software Engg
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
 |
Hi,
Does this component has any restrictions/limitations that I should not be behind any proxy server/NAT firewalls? Since I am behind a NAT firewall, it never goes to Google but hits my NAT firewall and request goes to NAT server's Apache Web Server and gets a 404 entry into the log.
Deepak Kumar Vasudevan http://deepak.portland.co.uk/
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
It shouldn't have any problems I use this module at work and it works fine behind the NAT firewall there.
The module uses SOAP to communicate with the google service and that may have been blocked by the administrator.
Technically speaking the dictionary would define Visual Basic users as programmers. But here again, a very generalized, liberal definition is being employed and it's wrong - just plain wrong - Tom Archer 5/12/02
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
every time I try to register the dll is says that "the specified module can not be found", what am I doing wrong? The file's there and and I'm ref. it using the full path. help?
cc to tom)removethis(@cosmotor.com
thanks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I honestly couldn't tell you - missing DLL perhaps? its only supposed to rely on system DLLs so i'd be surprised if it was that.
I tried 'regsvr32 d:\downloads\txtspell.dll' and all was well
does your path have a break in it?
try regsvr32 "d:\downloads\txtspell.dll" instead ie using quotes
I did get worried thinking it might be the digital signature as it has just been renewed but no that seems okay
Technically speaking the dictionary would define Visual Basic users as programmers. But here again, a very generalized, liberal definition is being employed and it's wrong - just plain wrong - Tom Archer 5/12/02
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
 |
Hi,
This tool didn't work for me. Damn I might have missed some steps...
I registerd the DLL and got the license key from Google.
Now where should I enter this Google License Key?
Kant. (I can)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
try using the tool
If it can't find the key it will prompt you for one. cut&paste key into the edit box , press Install.
Stupidity dies. The end of future offspring. Evolution wins. - A Darwin Awards Haiku
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Now worked for me..
Earlier I registered the DLL with "COM Explorer", it didn't work.
This time I registered with the "regsvr32", it worked. 
Thanks
Kant
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
He states:
It is also intended to provide source code once I have integrated another spell checking mechanism such that there would be more than a few lines of non-wizard code.
I think he should have waited till the source was ready, or that the article was better documented as a how to:
Regardz Colin J Davies
Sonork ID 100.9197:Colin
You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi - I didn't provide the source as there was nothing really new in it.
I posted the link on how to register a Menu Extension. I posted a link to the Google APIs - which I found as a comment to one of the other spell checking articles on this site. There is nothing clever in using the res: protocol - The google bar does that.
The ATL wizards did most of the work - eg I added the .wsdl file and a header file was created automatically for it. The only complicated things was thinking of what names to use for the dll, class and method.
I added method called SpellCheck and then I typed 3 lines of code that did the work. The rest of the code is just Key support and registry access - it took less than 4 hours to write and I was watching a double episode of 'Stargate' and some dodgy home video program while supping a beer, and waiting for Google to respond with my copy of the Key. (maybe the beer supping is why I haven't posted the code ). I signed the DLL as an experiment to make sure I could remember how to still do it.
I posted the tool as that is what it is - a tool. I am going to be fairly busy the next few weeks and I didn't want to forget - as I have on lots of little bits and pieces that are on my TODO list.
Maybe I should have created a HowTo instead and I may do that but I thought people may want to use the tool now rather then wait until I get time to write a more complete article.
Stupidity dies. The end of future offspring. Evolution wins. - A Darwin Awards Haiku
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, I was just interested in how you did it. Your response was almost a how to anyway. I'm actually using a product that someone offered for beta testing via the toolbar.
Shaun Wilde wrote: I signed the DLL as an experiment to make sure I could remember how to still do it.
[embarassment] My other box has some IE stuff I registered toolbars etc that I mad for testing and now have forgotten how to remove. [/embarassment]
Regardz Colin J Davies
Sonork ID 100.9197:Colin
You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
Michael Dunn wrote: (although you'll still get flamed for doing so)
of course what do you expect. !!
Regardz Colin J Davies
Sonork ID 100.9197:Colin
You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |