similar to: wine to run win64 exe

Displaying 20 results from an estimated 4000 matches similar to: "wine to run win64 exe"

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 Dec 09
1
RtlpWaitForCriticalSection timed out in thread....
Hi, Am using wine-1.1.7 in oracle enterprise linux. One of my windows multi threaded application is throwing the following error: err:ntdll:RtlWaitForCriticalSection section 0x33fc1c "?" wait timed out in thread 0032, blocked by 0022, retrying (60 sec) err:ntdll:RtlWaitForCriticalSection section 0x33fc1c "?" wait timed out in thread 0035, blocked by 0022, retrying (60 sec)
2009 Apr 17
6
service control dispatcher failure in wine-1.1.19
When tried to run one of the windows 64 bit application as service using wine-1.1.19,following error occurs: err:service:service_control_dispatcher failed to create control pipe error = 317 Any ideas to resolve this issue?
2016 Jan 15
1
Hello! How to downlaod Version 1.1.2 win64 opusenc.exe?
Hello! How to downlaod Version 1.1.2 win64 opusenc.exe? Good day :) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20160115/470ce385/attachment.html>
2009 Jul 21
1
installation of 64bit msxml6
I installed msxml6_x64.msi using wine in linux fir 1.1.26 version as follows: [oracle at ORAVM64 wine-git]$ wine msiexec /i ../.winetrickscache/msxml6_x64.msi fixme:advapi:LookupAccountNameW (null) L"oracle" (nil) 0x2ad4dc2ef3a8 (nil) 0x2ad4dc2ef3ac 0x2ad4dc2ef3a4 - stub fixme:advapi:LookupAccountNameW (null) L"oracle" 0x2ad4d85798f0 0x2ad4dc2ef3a8 0x2ad4d857b950
2009 Apr 08
3
Invalid handles for RegOpenKey with 64bit wine
Hi, Am using wine-1.1.17 version compiled for 64 bit linux to run 64bit windows applications. When my application tries to open any RegistryKey's, I find always the INVALID_HANDLE for open_keys.Is there any specific configuration required either thru winetricks or any form to access the registry keys? Thanks, Yugandhar
2018 Dec 12
3
PXE boot img for both BIOS and EFI
On Wed, 2018-12-12 at 17:10 -0600, Carl Karsten wrote: > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. > > > On Wed, Dec 12, 2018 at 4:54 PM Joakim Tjernlund > <Joakim.Tjernlund at infinera.com> wrote: > > > While I am here, I want to ask: >
2014 Apr 02
5
[LLVMdev] [lld] Verifying the Architecture of files read
So is for PE32 and PE32+. They cannot be mixed because they are for x86 and x86-64, respectively. I'd think we can simply wait for all files to be parsed and pass them to a LinkingContext to ask whether or not the input file set seems OK. On Tue, Apr 1, 2014 at 9:59 PM, Shankar Easwaran <shankare at codeaurora.org>wrote: > On 4/1/2014 11:51 PM, Simon Atanasyan wrote: > >>
2013 May 07
2
Question about syslinux EFI alpha version
Dear list, I would like to add and test EFI boot support for a live system. Since I use isolinux and syslinux for everything, I would be glad to have syslinux.efi as boot loader for EFI-only machines, so I can just keep all syslinux.cfg files, help files and boot screen as they are. I checked out version 6.00-pre git of syslinux (the "firmware" branch) and was able to compile efi32 and
2006 Mar 02
2
SwitchTower: why symlink releases/under -> current?
Hi, I have a trouble with deploying my ordinary rails application(myapp). When I execute ''rake deploy'', [...] command finished * executing task symlink * executing "ls -x1 /var/www/myapp/releases" servers: ["app1.olalog.com"] [app1.olalog.com] executing command command finished * executing "ln -nfs /var/www/myapp/releases/under
2007 Nov 07
11
Links go to ''localhost''
I am using Apache2.2 + Mongrel on my machine. Now I am accessing it over LAN. When I enter http://mymachinename/myapp it opens fine but when I click on any link in my rails app, it replaces mymachinename with localhost (http://localhost/myapp/controller/action) and thus I am unable to access it from remote location.
2006 Dec 01
4
uninitialized constant error in app but not when using console
I''ve got a wierd issue here and maybe someone can assist i created a module in my apps lib directory which i use for authenticating against an external source (among other things). lib/myapp.rb ----------------- require ''rubygems'' require_gem ''activerecord'' # uses activerecord odbc adapter by openlink module MyApp module ExternalSource class
2007 Jan 25
6
NOT FOUND error
I''ve been hunting the web and reading the mailing lists all day but I''m not finding any guidance on this problem. When I try to talk to my mongrel it simply responds with NOT FOUND and nothing else. I can''t find anything on google because this has to be the second most commond phrase in existence. Any help or guidance would be greatly appreciated. Sincerely, Chuck Vose
2006 Jul 07
6
mongrel/win32/apache2 link modification question.
I have apache2 - mongrel 0.3.13.3-mswin32 running, on a server 2000 pc, by folowing the ''Serving Multiple Rails Applications on Windows with Apache and Mongrel'' ( http://tinyurl.com/z9ftz ) the question I have is why is why is http://localhost/myapp/ addded to the front of all my links and how can I stop it? origanal link using webrick /employees/edit/1214 now
2005 Dec 30
2
scgi apache routes help needed
I''m trying to get an application running in a sub directory of a site using apache and scgi. The application runs fine with webrick. I have a site. Let''s call it "mysite.org". There is a variety of content on that site. I would like to add a rails application to that site. Let''s call the application "myapp". So we will have urls of the form
2006 Feb 14
1
Win64 problems
I am having problems with my program decoding .ogg files on the Win64 platform and am wondering if this is a known issue or not. I have tried using the prebuilt .dll's, the static .lib's and building from source (1.1.3) and I get the same results. My program is being compiled on a win32 platform, but the decoder fails if I run it on a win64 system. Unfortunately this is being reported
2010 Nov 25
2
[LLVMdev] Is the Win64 codegen issue fixed?
Great! Are there other issues I should be aware of? Félix Le 2010-11-25 à 07:43:23, Anton Korobeynikov a écrit : > Hello Felix > >> I have a project in mind that involves using the JIT for a few targets (x86 >> and x86_64 processors on Mac OS, Linux and Windows). However, there is an >> open bug that says LLVM generates incorrect code for Win64. >> Eli's last
2013 Jul 02
1
rpmbuild environment CentOS5 vs CentOS6
On CentOS5 I was used to create a simple spec file where at the end I'll declare files and directories I wan't to package: --< Snip >-- %files %dir /opt/myapp %dir /opt/myapp/bin %dir /opt/myapp/etc /opt/myapp/bin/exec01 /opt/myapp/etc/myapp.conf ---- I'll copy the file in /usr/src/redhat/SPECS and run "rpmbuild -bb myapp.spec". On CentOS6 rpm-build package no longer
2010 Nov 25
2
[LLVMdev] Is the Win64 codegen issue fixed?
Hello guys, I have a project in mind that involves using the JIT for a few targets (x86 and x86_64 processors on Mac OS, Linux and Windows). However, there is an open bug that says LLVM generates incorrect code for Win64. Eli's last comment on the bug, however, says that it appears to be fixed. I don't have a Win64 box to test it. Can someone confirm that it now works (or still
2012 Sep 12
2
[LLVMdev] State of Win64 exceptions?
Hi again, Can anyone tell me about the state of Win64 exceptions? I've noticed that there are a good few related patches since the release of 3.1. Is it working now? Is it likely 3.2 will support Win64 exceptions? Cheers. - Manu -------------- next part -------------- An HTML attachment was scrubbed... URL: