Hello,
I've got a little question.
For school we're working with VLC, and we're trying to implement the VLC dll file into our own Borland C++ program. The problem is: it isn't prossible to link a .dll directly too your project, so we have to make a .lib for the .dll. With the .lib it should be possible to link to the .dll.
We've already tried to build a .lib from the .dll using the program "DLL to Lib". But the created .lib file still gives trouble in Borland. Do you guys have any idea how to create a working .lib file?
We're using the latest VLC package, named vlc-0.8.5-win32.zip and the libvlc.dll that came with it.
I hope someone can help us, so we can use the library...
Greetings,
Bas