bacchus wrote: > 1)whether can I link a dll.so to a dll.so,or DLL Yes, you'll need a proper .spec file for the second .dll.so of course. bacchus wrote: > 2)whether can I link a DLL to dll.so. No, see bellow. bacchus wrote: > 3) whether can I make windows DLL with winebuild > without wine librariesso that It can run on xp? No, Wine can't create real PE executables/libraries (aside from fake ones). You'll need mingw cross-compiler for that.