re: a more native host environment

2005-12-28 Thread Dan Kegel
Justin wrote: > I'd like to see wine produce real PE dll files that > use unix system calls as a back end. For example, a > real kernel32.dll in PE format that maps at the same > addresses as the windows XP version, and so on. I think that would make it hard to link in Linux shared libraries. >

Re: a more native host environment

2005-12-28 Thread Vitaliy Margolen
Wednesday, December 28, 2005, 12:22:07 PM, Justin Lesarge wrote: > I'd like to see wine produce real PE dll files that > use unix system calls as a back end. For example, a > real kernel32.dll in PE format that maps at the same > addresses as the windows XP version, and so on. That's not the way

a more native host environment

2005-12-28 Thread Justin Lesarge
I'd like to see wine produce real PE dll files that use unix system calls as a back end. For example, a real kernel32.dll in PE format that maps at the same addresses as the windows XP version, and so on. PE executables could be seamlessly loaded with an ibcs extension and properly linked agains