The purpose of the included DLL is simple.  It is an COM automation object that wraps the functions found in GM4S32.dll  The file can reside anywhere on your hard drive.  To install, type "regsvr32 GMobject.dll".  This will register the Dll.  Once registered you can access its functionality in VB, VBScript, Javascript, or any other COM capable environment.  To use in VB, select Project...References...GMObject 1.0 Type Library.  Here's a small sample in VB.

Dim gmobj as GMOBJECTLib.SQL
Set gmobj = New GMOBJECTLib.SQL
gmobj.NewRecID "USERNAME", newrecid

Use could also call this object from an IIS ASP to automate lead entry.  Goldmine's native functionality for doing lead entry from a web server leaves something to be desired, especially from IIS.  The functions pretty much behave like the ones in the dll.  Note, you must still have the file GM4S32.dll somewhere in your path.  You can send questions to jkones@hotmail.com, although I don't promise a reply.

Finally, a standard disclaimer.  I make no claims of the quality of this product, use at your own risk.  I accept no responsibility for any adverse affects that result from using the included dll.

