Re: winelib file format

2004-11-15 Thread Jia L Wu
Hi, Thanks for the reply. But winedump is for handling native win32 dll files. Is there similar tool or code that can handle winelib file format. Or how can I retrieve DOS and NT headers from a winelib executable file? Thanks. Wu On Thu, 11 Nov 2004, Kevin Koltzau wrote: > On Thursday

Re: winelib file format

2004-11-11 Thread Kevin Koltzau
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 f

winelib file format

2004-11-11 Thread Jia L Wu
hi, What is the difference between winelib executable format and win32 PE file format? Isn't winelib executable just the wrapper of the windows executable? 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