search for: winesev

Displaying 2 results from an estimated 2 matches for "winesev".

Did you mean: winedev
2009 Jan 23
6
compiling windows C++ code base using winelib
Hi, My application holds few windows exe's developed using .lib libraries. This application which got developed using VC++ is working fine when executed using wine.I want to compile the same source using winelibraries in linux. How can I include c++ header files? I can see only windows and msvcrt header files under wine? Any help would be appreciated on this C++ header stuff for wine.
2008 Oct 14
0
Re: How about this replacement of WINE
...> ( Linux' + Wine' ) The "unified kernel" project develop the linux kernel modules that offer windows kernel functiones and patches WINE to use its module. if (the functiones have implemented in unified-kernel-module) use unified-kernel functiones else use wine functiones (winesever have moved into kernel space) endif in the end, wine only offer the dll files. but the kernel32.dllgdi32.dlluser32.dll and ntdll.dll are different from wine's. if you have mswindows copyright, you can replace all of the dll files with the dll files of mswindows, include kernel32.dllgdi32.dl...