On Thursday 11 November 2004 11:37 am, Jia L Wu wrote:
I have a win32 function which can read an executable file and determine all the dependent dlls. I want to port it to Linux and build it using winelib. Hence the same functunalities can be achieved (i.e determine if the file is winelib file and all its dependent winelib dlls). Can somebody tell me how the following code be modified so that it works for winelib application? Thanks a lot.
You could take a look at tools/winedump the command "winedump dump -j import <dllname>" does basically what you are looking for