Shoutbox

Speller Project using Plus! - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Speller Project using Plus! (/showthread.php?tid=94182)

Speller Project using Plus! by bacus on 03-22-2010 at 11:40 PM

hi! we are 3 students from Portugal and we have a project in development that consists in a script that does spell checking using NHunspell, a dll that is coded in C#. We would like to know  how to import the functions in the dll to the jscript file we are using to interact with Plus!

thanks, any help is welcome :)


RE: Speller Project using Plus! by matty on 03-23-2010 at 12:12 AM

You will need to export the functions to be able to be used with Interop.


RE: Speller Project using Plus! by bacus on 04-03-2010 at 02:19 AM

I think we solved it, thanks :)


RE: Speller Project using Plus! by bacus on 05-08-2010 at 05:42 PM

Problem exporting solution...

In my computer the solution is running, but when i try to export it, using the ScriptPackager, it wont work... Always fails when i test the .js file.
I think it is related to the Com and .Net registering part.
Even making batch files to register the dll files with regasm isn't working...

I have the following files: Hunspellx86.dll that is used by NHunspell.dll that is used by NM.dll... and in the .js file, i create an ActiveXObject(x.y) where x is the namespace and y the class that NM.dll exposes.

The Hunspellx86.dll is placed in the  Windows Live\Messenger folder. It uses .dic and .aff files that are placed in the System32 folder.

Can anyone help?
Plz