similar to: Does wine support ds4qb++

Displaying 20 results from an estimated 20000 matches similar to: "Does wine support ds4qb++"

2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
2007 Dec 17
2
The XO laptop from the One Laptop Per Child (OLPC) program
There was recently a question on the R-help list about the eee pc. I had a related question about the XO laptop from OLPC (laptop.org). Has anyone looked at the development environment sufficiently to determine if it would be possible to create an executable image for R? The laptop itself only supports Python, Javascript, etc. but it is running a real Linux operating system.
2007 Nov 15
1
Fwd: Re: [Olpc-open] XO review & Theora
As far as video playback is concerned, it seems to mostly come down to how the video is compressed - although Gnash (the open flash player) still has a ways to go to play flash media as well as the closed source flash players. For the Colingo activity and library, we've found it very difficult to find optimum settings for flash and instead have decided to go with Theora. We've managed to
2007 Nov 12
5
DOS Assembler
Hi, i need to write DOS Assembler software, ive tried TASM.EXE, but it just crashes. System is: x86_64 AMD, archlinux. wine is installed as 32bit through multilib....is it possible that this combination causes the crash? Is there a easier solution/program? greets Julius
2007 Jul 14
4
install a DOS application with wine
Hi I have a relatively small executable (and also the source code) for an experimental data logging application which was written to be used with DOS in the middle ages of earth. I tried to install it using wine. Wine simply hangs after the second line - no return to prompt - see below: user@Laptop:~$ wine '/home/user/Desktop/Pocket.exe' Warning: unprotecting memory to allow real-mode
2008 Dec 11
6
Dos to USB
Hi, I have a windows app that allows an old dos program that will only print to LPT, to redirect to a USB printer. I was able to use this in native windows. But Wine does not seem to be able to launch a dos box like windows could. The program is at: http://www.dos2usb.com/download.htm Unless there is some other way to redirect an LPT port? Thanks Bob
2007 Jul 23
1
Theora and OLPC
Hi guys, My name is Adir. I'm a Google Summer of Code student, and in addition to that I will be working both with Xiph.org and with OLPC on optimizing Theora's performance. I'm in the list to get a shiny B4, but at the moment I can't do anything since sending the laptop to my place involves some difficulties. Until I get the laptop, I would like to hear from any of you, XO users
2010 Sep 08
3
In WineXO, how to change drive_c location?
Hi, people! Because XO-1 has a little "disk" space, it will be nice if the location of drive_c can be moved to a SD card. Here in Uruguay, we do not have root permissions in our XO-1. We log in as user olpc an can change permissions only in some directories. And can create links to files but not hard links to directories. The SD card is mounted in /media/label_of_sd_card. I appreciate
2004 Jul 20
2
testing menu's
Is there a simple well to test a menu after compiling rather than actually booting with it from pxe or off the cd? I guess it would run inside dosemu? Thanks, James James S. Martin, RHCE Contractor Administrative Office of the United States Courts Washington, DC (202) 502-2394
2007 Mar 03
1
DOS apps
Regarding WINE support for DOS apps: Is there some fundamental reason why WINE could not be made to support old DOS apps (like Warcraft), or is it just a matter of missing libraries and such? In other words, is there a reason why DosBox, etc. are full hardware emulators, or why full DOS library support in WINE still wouldn't be enough? Thanks, -- Joel Parker
2002 Jul 17
1
How to emul DOS programs ?
Hi, Can anybody points me to a *complete* doc explaining how to emule a DOS progs ? When i want to run a DOS prog, wine tells me 'winedos.dll.so Cannot find symbol MZ_Thread' or something like this" Thanks. -- Aurélien
2006 Apr 29
2
Running MoneyCounts 8.0 for DOS
OS: SuSE 10.0 Wine: v20050725-3.2 I am trying to move this ancient DOS accounting application from a dying SCO OpenServer system where it has run happily under DOS/Merge for years. The original installation have long since disappeared. I made a tar archive of the mc8 directory and all its subdirectories. moved it to the SuSE box and untarred it under my ~/.wine/drive_c/Program Files/mc8
2007 Oct 13
1
Fwd: [sugar] video encoding
Hi, Is anyone able to help Mr Stoner? -Ivo ---------- Forwarded message ---------- From: Ed Stoner <ed@whsd.net> Date: Oct 9, 2007 5:32 PM Subject: [sugar] video encoding To: sugar@lists.laptop.org I would like to provide the functionality of a "video export" from within an activity I am working on. I'm starting with a png for each frame of the video and would like to do
2009 Apr 17
4
DOS application won't load.
I need some help from the WineHQ members. I have a DOS application that works under Window XP on a desktop computer and would like the same DOS application to run flawlessly under Wine. The application loads fine but some buttons and text are missing. So I have to guess where I type the serial number and licence code. It seems to install fine but when you double click on the desktop icon nothing
2008 Jul 17
2
Warcraft 1 won't work.
Hello everybody. I want to play Warcraft 1 on my Ubuntu 8.04 (wine-1.1.1). But first of all, i get this error: Code: winevdm: unable to exec 'Z:\Warcraft\SETUP.EXE': DOS memory range unavailable Then i have read PreloaderPageZeroProblem. Now the error has changed to: Code: Not enough memory on exec What can i do to get Warcraft 1 to work? thanks Sorry for my bad English.
2008 Apr 06
4
How to: Run a DOS program using Wine
I have a new EeePC from ASUS with Xandros version of linux installed. I have installed wine, and believe that the installation works for at least some windows programs. Looking in the windows\system32 directory I see notepad and progman, both of which run and look reasonable. What I really want to do is to run a command window, i.e. cmd.exe. Even though it is there, when I attempt to execute
2008 Dec 18
3
DOSVM_Int10Handler
Hello, Downloaded and installed Wine to run an old DOS program (database gui for Clipper5 called dbu.exe). The layout of Wine is well thought out. Anyway, the problem is the following that I just have a blank window. I ran the code (found that in the forum, thankyou) for old 16bit programs first: sudo sysctl -w vm.mmap_min_addr=0 This is the terminal readout: paul at paul-asus-laptop:~$ wine
2008 Jun 01
5
Running legacy batch files
I have several batch files from my windows installation that I've been using for many years, and I wonder what's the best way to transfer them to a Linux machine, without having to rewrite them as shell scripts. Some of these batch files call DOS programs and some call Win32 console programs. Unfortunately I have a few that has calls to both a DOS and a Win32 console program. The problem
2008 Apr 10
3
Generating a properly configured Wine installation
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear Wine users, I am attempting to run Wine inside Sugar, the OLPC GUI environment. I have managed to learn how to run wine from a nonstandard install prefix. I am now trying to generate a correctly customized .wine/ automatically. For example, I wish to set the DPI to 160 before any programs are run. I also wish to set the USERPROFILE setting to
2007 Feb 14
2
running wine wihtout X windows
Is it possible to run wine (wineconsole??) without X windows. I just have a simple character app that executes in a DOS window and uses printf(). I tried 0.9.30 and wineconsole doing control_alt_f1 and it BLEW I couldnt even alt_f7 to get back. I had to reboot. Should this be possible? If so how? Jerry