similar to: Old 16bit windows game in Linux!!!!

Displaying 16 results from an estimated 16 matches similar to: "Old 16bit windows game in Linux!!!!"

2007 Apr 18
0
[PATCH 10/21] i386 Use protected segment for 16bit stack
Use prepare_protected_segment macro to set up the 16-bit stack. Whee!! This code is almost readable now. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.14-zach-work/arch/i386/kernel/cpu/common.c =================================================================== --- linux-2.6.14-zach-work.orig/arch/i386/kernel/cpu/common.c 2005-11-04 16:54:45.000000000 -0800 +++
2008 May 01
4
Problem with ToolBook (16bit)
hi! after i always changed to windows for just one stupid programm (from my university - important) which didn't work on wine, i got sick of it. i tried it once more with the newest version hoping it might be work and it already got farther then the last time (which was like december?!?!) but it doesn't work. The program seems to be ToolBook based (http://www.toolbook.com) and has no
2007 Apr 19
1
Wine 16bit threads on FreeBSD 6.2
Hello wine users, I am trying to run a old 16bit Foxpro 2.5 application (we no longer have the source code) in Wine 9.0.34 under FreeBSD 6.2 here is the console output i get wine --version wine-0.9.34 Sam# wine '/root/.wine/drive_c/FPW250/votereg.exe' err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not available Fatal error 'No current thread. ' at line 317 in
2011 Jan 17
1
Re: Problem with ToolBook (16bit)
Hello, I browsed for toolbook-related problems, but I did not find a thread where a solution is offered. I also have an application (DGS Phrasen), which I recently added to the AppDB, which has a toolbook-related problem, namely the error message <<cannot find L"C:\\windows\\system32\\TB60.exe">>. Did you find any solution to the problem in this thread?
2007 Apr 18
0
[PATCH 10/21] i386 Use protected segment for 16bit stack
Use prepare_protected_segment macro to set up the 16-bit stack. Whee!! This code is almost readable now. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.14-zach-work/arch/i386/kernel/cpu/common.c =================================================================== --- linux-2.6.14-zach-work.orig/arch/i386/kernel/cpu/common.c 2005-11-04 16:54:45.000000000 -0800 +++
2009 Feb 13
0
[LLVMdev] 16bit loads being promoted to 32bit?
On Thu, Feb 12, 2009 at 4:53 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: > The > problem that I am having is somewhere along the line the 16bit load is being > promoted to a 32bit load For the given testcase, that's clearly illegal. Either there's a serious bug in LLVM, or you're misinterpreting the meaning of the DAG. Are you sure you aren't seeing a
2001 Aug 01
1
half-life reports non-16bit graphics when emulated. any suggestions?
hey all, when i try to run hl.exe with the wine emulator. I get an error saying that i'm not running in 16-bit color mode. i have set up my Xfree4.1.0 to only run at 16-bit color. I still get the error. is there a place where i can set this in the wine emulator. i have looked for the wine.conf files. they are no where to be found. i installed wine from a rpm off of winehq.com. Can anyone
2004 Dec 11
1
Handling "raw" audio (8000 signed 16bit big-endian)
Does anyone know if there is a "format-raw.c" routine available for Asterisk-0.9.0? Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041211/c7ffe360/attachment.htm
2004 Dec 28
1
How to convert from Microsft PCM 16bit to float
Dear all, I have one simple question. I understand that speex_encode and speex_decode takes float * as an arguement to encode and decode the sound. However, when I get the PCM data from the sound card under win32, it is a just 16 bit array. May I know how do I convert this 16 bit value to speex float format and to convert back? Is there got any routine to do this? YueWeng
2005 Mar 14
1
When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit.
Dear speex developer, I have a problem: I use SPEEXENC on my mono 8bit 11024 Khz Wav - works OK When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit. Is there any help? Thank you Rosta Janca -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jun 16
1
16bit vs. 24bit
I bought this recently http://www.amazon.com/Tascam-US-100-USB-Audio-Interface/dp/B002QQC1ZI But i have been thinking maybe it would have been better to get a 24bit version http://tascam.com/product/us-600/images/ I guess i am streaming at a lower quality, but if i were recording the 24 bit would be better no? Thoughts? -winn -------------- next part -------------- An HTML attachment was
1999 May 01
0
16Bit Progs via Win95 client
I've run into a problem and would like to know if anyone else has experienced it. I'm trying to install and run an old 16 Bit Win$ Application on our LAN. - Install and run on Win95 works ok. - Install on a Novell 3.12 Server and run on a Win95 client works ok. - Install on a Samba 2.0.0 / SUSE 5.3 Server and run on the Win95 client gets me strange results. (Can be reproduced) Win95
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?
2006 Apr 22
2
DSP C5xx decode to pcm 16bit
I am wont to decode a speex 11kbps 8kHz 16bit to a raw data 8kHz 16bit LSB on a c5509. Trying to understand the "testenc-TI-C5x.c" exsample, but it looks to me wary complicated. Is there more documentation for the exsample or a decoder exsample available? Can somebody help? Peter -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Feb 13
3
[LLVMdev] 16bit loads being promoted to 32bit?
I have the following function: define void @test_fc_0_kernel(i16 signext %x, i16 signext %y, i16 addrspace(11)* %input, i32 addrspace(11)* %result) { entry: %call = tail call i32 @get_id(i32 0) ; <i32> [#uses=2] %cmp = icmp slt i16 %x, %y ; <i1> [#uses=1] br i1 %cmp, label %if.then, label %if.end
2012 Jun 02
3
How do I port a 16bit Macromedia binary game?
Hi guys n girls! This is my first post here. I read that wine was made for 16bit orginally and had support to run it. Recently tried to install it with wine skin but I get a error message at launch. I have installed several 32bit applications before and they have worked flawlessly but this does not run yet. Maybe you guys know better?! =) The game itselft seems to be a 16bit Macromedia Director