RE: [soft_radio] Re: Winrad DLL with visual basic. Anyone had experience success/problems?

2008-01-09 Thread Chuck Hutton
_ From: soft_radio@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of i2phd Sent: Wednesday, January 09, 2008 8:31 AM To: soft_radio@yahoogroups.com Subject: [soft_radio] Re: Winrad DLL with visual basic. Anyone had experience success/problems? --- In [EMAIL PROTECTED] mailto:soft_radio

[soft_radio] Re: Winrad DLL with visual basic. Anyone had experience success/problems?

2008-01-09 Thread Janne Pulkkinen
Hi Janne, what I can tell you is that I know that it is possible to interface the Windows APIs from VB. The Windows API are designed to be called with the calling conventions of the C language, so this should give you some indications on the feasibility of what you want to do. I

[soft_radio] Re: Winrad DLL with visual basic. Anyone had experience success/problems?

2008-01-09 Thread Janne Pulkkinen
Janne: Interfacing with DLL's is not language specific. As long as you obey the calling conventions, you can use any DLL from any application and of course you can create the DLL from any language. An example VB DLL declaration is: Declare Function mixerClose Lib winmm.dll