similar to: Understanding Wine's build processes/development cycle

Displaying 20 results from an estimated 9000 matches similar to: "Understanding Wine's build processes/development cycle"

2010 Jul 12
13
16-Bit/DOS Suppor Missing?
Currently attempting to run an old PC game on my Mac (Leopard). I've installed Wine using MacPorts, which worked flawlessly. Now when I attempt to install my PC Game the terminal responds with "16-Bit/DOS Support missing." Is there a way to fix this?
2009 Dec 24
0
can't return array object from worker
Hello all, Subject: Not able to return object from backgroundrb worker I am trying to use xmpp4r and backgroundrb for my chat application. I am able to create a connectnion with XMPP4r through a worker in backgrounddrb. I have the problem in returning the object from the worker to my rails application. My code is as follows: class ChatWorker < BackgrounDRb::MetaWorker require
2009 Aug 19
1
help with win16
When I try to build wine I get this message: configure: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support. ***** Error: Can't build wine I would like to know how to input --disable-win16 correctly so that I can install wine.
2010 Dec 24
1
Running scripts in hadoop
R-help group, I'm looking for some assistance on using an R-script to read STDIN from hadoop. Example, say I have two tables. One is a student table, the other is a class roster table (tables join on student_id). Student SAT score is in the student table, whether the student passed or not is in the roster table. So to determine if a student passed or failed based on their SAT score, I'd
2009 Apr 01
0
Pre-Sales, Consulting and Development Engineers at REvolution Computing
REvolution Computing is looking for enthusiastic and talented people with a strong academic and industry track record in statistical computing for technical sales, consulting and development roles. These positions are based out of our growing New Haven, CT and Seattle, WA offices. If you have a data analysis background and have been using R for some time, and also have a knack for demonstrating
2010 Apr 01
0
Request format from jabber simple to openfire server
Hi All, In order to enable chat functionality with gmail in my rails application i used "Jabber" and "xmpp4r/simple" and finished the chat functionality well and fine. Now i was asked to enable the chat functionality with other services like "MSN","Yahoo","AOL" etc which requires a third party server to act as mediator between the service(like
2011 May 19
1
update_attributes updates data from second instance of nested form but not the first
Got a weird situation with an update put to a controller with a form with nested attributes. On the data below, I am updating data for both items (''0'' and ''1'') in rosters_attributes (in the example below I am updating the ''name'' attribute to a new value in both cases. What I am stuck on is that ''1'' gets its data updated,
2007 Mar 19
2
setup.exe fails on wine version 0.9.20 and later
When I try to run wine /mnt/cdrom/setup.exe on the Monopoly CD-ROM it returns "Terminated" on the console. This has happened since version 0.9.20. It worked almost perfect in wine version 0.9.19. Monopoly is a Windows 16 bit game. Any idea why this is happening now? Thanks in advance, Charlie
2006 Nov 27
0
Problems using check_box
Hello! Since this is my first post here and I''m fairly new with the whole RoR concept, please bare with me (just wanted that to be out in the open)! ;D I''m trying to make a checkbox for each input in another model/database-table. I have a database table called Roster which includes the colums "id" and "name". And then I have a table called matches that
2011 Sep 22
3
Wine on non-Unix platforms
Greetings everyone. Let me start by stating that I appreciate the enormous undertaking that Wine has been, and I am not suggesting that the ideas I will ask about in this post would be easy (or even possible) to implement, so there's no need to flame the n00b. As I understand it, Wine is an implementation of the Windows API for Linux and other Unix-like operating systems (Mac OS X, FreeBSD,
2011 Mar 30
11
Enabling 16bit DOS on MAC?
I've been reading around, so I found this solution (on another topic here) for enabling DOS support on Macs with wine, something having to do with "patching the linker". Can anybody either explain this in simple terms, or point me towards a guide for doing this?
2012 Apr 16
1
Wine Win16 support in 1.2+ releases
Hi there. Last year I was using Wine 1.2 and 1.3 versions under Linux Mint 11 Katya tyo run an the old Maxis SimFarm. It was able to run but would freeze up after a few hours. Also I noticed there was no sound for the game. I Also ran some Win32 apps, some of which had sound and they had no problems at all. Is the support for Win16 apps not being maintained any more? Currently I am in the middle
2002 Aug 14
2
Linux C++ program using 3rd-party DLL?
Hi, I'm working with a spectrometer at an research institute but they only have windows 16-bit dll to control the sprectrometer. The dll is documented. My question is: Can I write a linux c++ program that uses this dll with wine? On the wine webpage it says "Optional use of external vendor DLLs" but how do I do it? On a first glance I have also not found any hints on that in
2009 Feb 05
3
WNetGetUser16
Hi everybody, I am new to this forum so don't shoot me if I do something wrong in the beginning... My problem: I am trying to get an application running under wine developed with Superbase, an old Win16 Rapid-application-delvelopment database. Nearly everything is working quite well but this program relies on getting the name of the currently logged in user by calling the Win16 function
2019 May 14
4
Handling of the x18 register in Wine on AArch64
Hi, I'm sending this discussion to both wine-devel and llvm-dev, to try to keep the discussion open for both sides, to try to find a workable compromise. This was preliminarily discussed on llvm-dev already a few weeks ago. One of the major unresolved issues with Wine for AArch64 is how to handle the platform specific register x18. (https://bugs.winehq.org/show_bug.cgi?id=38780) As
2001 May 19
2
you don't know jack ??
Has anyone gotten this game to run? Neither the nt nor the win16 versions work for me.. :-(
2008 Apr 09
4
SetWindowsHookEx16
I have this problem reported when running a Win3x application: fixme:hook:SetWindowsHookEx16 hook type 1 broken in Win16 I have searched and found this exact error and similar ones (up to fixme:hook:SetWindowsHookEx16) reported as part of other error messages, but I haven't seen what to do about it. It seems this is the only error I am getting. What can I do about it? What does it mean?
2008 Jul 19
3
Running Wine on Win64
Hi all I'm wondering if it would be possible to run Wine on Win64 ("x64") to allow Win16 apps to be run? Preferably a native 64-bit binary, using mostly native DLLs. (Services for Unix / Subsystem for Unix based Applications might help for getting Wine compiled) It might be a great way to get more users and developers for Wine. Regular Windows releases of the DirectX 10 DLL's
2009 Dec 09
0
What is the development cycle where there are code in tests/ for package development?
I see 'library(stats)' at the beginning of R-2.10.0/src/library/stats/tests/nls.R. I'm wondering if I am developing my own package 'mypackage' whether I should put 'library(mypackage)' in a .R file in mypackage/tests/? If I do, then it seems awkward to me, because to use 'library(mypackage)', I have to first get 'mypackage' installed. So the
2009 Apr 19
2
Lifeform installed, only partial functionality
Lifeform is a 16-bit Windows based Health Management piece of software that I have used for years. It will not install under Vista without doing something insane like installing virtualpc and a full blown XP install. I did get it to install under Wine, kinda. The creation of a program group and icons failed but I was able to do that part manually. Part of the application allows you to select a