Winelib over Solaris/SPARC

2007-01-19 Thread keyur
Thanks Eric and Mike for your in-sights. Your feedback has been helpful. Regards, Keyur

Re: Winelib over Solaris/SPARC

2007-01-05 Thread Eric Frias
Keyur Pujara wrote: I am contemplating to port a complex windows application using winelib over Solaris/SPARC. In one of the emails in wine-devel list, I saw that there may be following issues in the process: * byte endianness * alignment issues * pointer size * must not use x86 assembly

Re: Winelib over Solaris/SPARC

2007-01-04 Thread Mike McCormack
Keyur Pujara wrote: I am contemplating to port a complex windows application using winelib over Solaris/SPARC. In one of the emails in wine-devel list, I saw that there may be following issues in the process: * byte endianness * alignment issues * pointer size * must not use x86 assembly

Winelib over Solaris/SPARC

2007-01-04 Thread Keyur Pujara
Greetings! I am contemplating to port a complex windows application using winelib over Solaris/SPARC. In one of the emails in wine-devel list, I saw that there may be following issues in the process: * byte endianness * alignment issues * pointer size * must not use x86 assembly Could

Winelib over Solaris/SPARC

2007-01-04 Thread Keyur Pujara
Greetings! I am contemplating to port a complex windows application using winelib over Solaris/SPARC. In one of the emails in wine-devel list, I saw that there may be following issues in the process: * byte endianness * alignment issues * pointer size * must not use x86 assembly Could