by guenter » 04 Nov 2008, 22:11
> Ok, I made these command, but I get all package__.lib __
>
> I don't touch nothing from src download and I look into the project config and I don't saw nothing weird...
>
> btw: I am linux programmer, I really unknown about VS :D
>
> regards
> Gustavsen
Look in the __bin__ directory - there you'll find the DLLs.
On Windows, even if you build DLLs, you'll also get LIB files (the import libraries). Unlike Linux/Unix, you cannot specify a DLL on the linker command line on Windows - you have to specify the import library. There is a lengthy Wikipedia article that explains how DLLs work: http://en.wikipedia.org/wiki/Dynamic-link_library