MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Docs for ml32i1.dll

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32725] Re: Docs for ml32i1.dll
  • From: "Jeff Dillon" <jeffdi at fidalgo.net>
  • Date: Thu, 7 Feb 2002 05:10:20 -0500 (EST)
  • References: <a3qr7j$29i$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Not sure why this posted twice, sorry.  At any rate, this is a case of RTFM.
This is the MathLink DLL, and is documented online appropriately under that
category!

Jeff

"Jeff Dillon" <jeffdi at fidalgo.net> wrote in message
news:a3qr7j$29i$1 at smc.vnet.net...
> Where can I find documentation for the functions in ml32il.dll?
>
> I'm writing a VB ActiveX dll that calls into this dll, based on the
> Mathematica 3.0
> AddOns\MathLink\DevelopersKits\Windows\UnsupportedGoodies\vbfe32
> application.
>
> Here's a few lines from the .bas file:
>
> Declare Function MLInitialize Lib "ml32i1" (ByVal p As Long) As Long
> Declare Sub MLDeinitialize Lib "ml32i1" (ByVal env As Long)
> Declare Function MLOpenString Lib "ml32i1" (ByVal ep As Long, ByVal
> command_line As String, ByRef errp As Long) As Long
>
> I need info on these various functions and the parameters.
>
> Jeff
>
>
>




  • Prev by Date: Re: NIntegration Involving Bessel Functions
  • Next by Date: Re: The prime factors of n.
  • Previous by thread: Docs for ml32i1.dll
  • Next by thread: Re: Docs for ml32i1.dll