Hi All, I installed wine in my redhat linux-8.0 machine using wine-20030709-1rh8winehq.i686.rpm and copied wordpad.exe and mfc42u.dll from my win2000 machine to the ~home/.wine/c/windows and system directories and try to run wordpad.exe in wine byr #wine wordpad.exe I am getting error message dialog as The application or DLL can not be loaded on windows95 or 3.1. It takes advantage of Unicode features only available on winodws NT. How to make wine to execute win2000 executables?? Thanks, -bala- __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
Bala wrote:> Hi All, > I installed wine in my redhat linux-8.0 > machine using wine-20030709-1rh8winehq.i686.rpm > and copied wordpad.exe and mfc42u.dll from my win2000 > machine to the ~home/.wine/c/windows and system > directories and try to run wordpad.exe in wine byr > > #wine wordpad.exe > I am getting error message dialog as > > The application or DLL can not be loaded on > windows95 or 3.1. It takes advantage of Unicode > features only available on winodws NT. > > > How to make wine to execute win2000 executables?? >Did you try, in your ~/.wine/config file, setting: [Version] "Windows" = "win2k"
Thanks Duane, after changing to win2k in config file, I can run wordpad application and do basic functions, I am getting some debug,err messages in the bakground(from terminal), any idea how to disable?? those messages -bala- --- Duane Clark <dclark@akamail.com> wrote:> Bala wrote: > > Hi All, > > I installed wine in my redhat linux-8.0 > > machine using wine-20030709-1rh8winehq.i686.rpm > > and copied wordpad.exe and mfc42u.dll from my > win2000 > > machine to the ~home/.wine/c/windows and system > > directories and try to run wordpad.exe in wine byr > > > > #wine wordpad.exe > > I am getting error message dialog as > > > > The application or DLL can not be loaded on > > windows95 or 3.1. It takes advantage of Unicode > > features only available on winodws NT. > > > > > > How to make wine to execute win2000 executables?? > > > > Did you try, in your ~/.wine/config file, setting: > [Version] > "Windows" = "win2k" > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
I'm not aware about any way of disabling debugging messages in wine, but if you don't want them you can run wine appname.exe > /dev/null 2>&1 where appname.exe is the program you're running.
Alexandros Papadopoulos
2003-Aug-16 06:00 UTC
running wordpad.exe (from win2000) in wine error
On Thursday 14 August 2003 00:14, Bala wrote:> Thanks Duane, after changing to win2k in config file, > I can run wordpad application and do basic functions, > I am getting some debug,err messages in the > bakground(from terminal), any idea how to disable?? > those messageswine your_program.exe 2> /dev/null http://tldp.org/LDP/abs/html/io-redirection.html for explanation. -A -- http://andrew.cmu.edu/~apapadop/pub_key.asc 3DAD 8435 DB52 F17B 640F D78C 8260 0CC1 0B75 8265 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature Url : http://www.winehq.org/pipermail/wine-users/attachments/20030816/c7475d41/attachment.pgp