[tk] A C dll is not good for a Windows developer since (to my knowledge) it won't link to a Visual Basic development, for instance. A C++ dll is needed on Windows.
I am sorry, but a Visual Basic program can easily link with a C dll. In fact it is easier to link with a C dll than with a C++ dll because C is not ABI-dependant like C++, and so you have no problem when using different compilers.
For VB programmers, a quick Google search returned this: http://www.zetnet.co.uk/rad/dll.html
Regards,
--
Gabriel Bouvigne www.mp3-tech.org personal page: http://gabriel.mp3-tech.org
_______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
