Have you read the documentation, e.g.
http://www.winehq.org/docs/winedev-guide/architecture ?
Have you tried stepping through the source of CreateProcess by hand?
http://source.winehq.org/source/dlls/kernel32/process.c#L2389
If you need more background, I hear "Windows Internals" is useful,
http:
hello
I am developing the project related to wine. so I have no idea how the
programs are loaded and run by wine, what are the files initially loaded to
the memory ,what are the files loaded to the memory on demand of the
program.Is there any particular pattern of loading programs to memory file
w