Well, Gabriel is most probably right... Which is a very good thing in fact. The bad thing is that C programmers don't seem to be very successul with the link methodology. Thanks, Thierry
3. Re: mp3 dll to encode in real-time (Gabriel Bouvigne) Thierry Klein wrote: > [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 _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
