Re: Calling functions in a DLL in Win32
- To: mathgroup at smc.vnet.net
- Subject: [mg54025] Re: Calling functions in a DLL in Win32
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Tue, 8 Feb 2005 05:31:00 -0500 (EST)
- Organization: Uni Leipzig
- References: <cu789d$m59$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, .NET/Link ? should be able to to this, when you tell Mathematica the correct data types. Regards Jens "Erich Neuwirth" <erich.neuwirth at univie.ac.at> schrieb im Newsbeitrag news:cu789d$m59$1 at smc.vnet.net... > In VBasic to execute the mci commands of windows, > use the following function: > > Private Declare Function mciExecute Lib "winmm.dll" _ > (ByVal lpstrCommand As String) As Long > > which then accepts string parameters. > > Is there a way to write a Mathematica wrapper function to > get the same functionality? >