I assume you are using c#. Adding reference in vs is optional, wrapper class can also be written by hand see jdllserverlib.cs in jwiki
* http://code.jsoftware.com/wiki/Guides/OLE_Server_for_CSharp include jdllserverlib.cs into your source tab of project. the proxy dll which contains auto generated wrapper class is not needed. registration of j.dll using regsvr32 is still needed. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
