Posted: Mon Oct 11, 2004 6:25 pm Post subject: Turing runs on Linux!
I am running Mandrake 10.1 and I tested turing on wine, and yes it installs, and runs perfectly.
I'm so happy....
Sponsor Sponsor
Genesis
Posted: Mon Oct 11, 2004 6:48 pm Post subject: (No subject)
Ya, it works with Wine on Suse too. (Also, I think there was already a topic about this somewhere else that Dan started a little while ago...)
Dan
Posted: Tue Oct 12, 2004 11:23 am Post subject: (No subject)
yep wine is gr8 and so is linux
Computer Science CanadaHelp with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
timmytheturtle
Posted: Tue Oct 12, 2004 4:12 pm Post subject: (No subject)
I want linux but me computer is shit. I tried to install PHLAK but my computer kept freezing up. Im going to try suse as soon as i download it. What is wine? were can I get it? how do I install it?
Genesis
Posted: Tue Oct 12, 2004 4:49 pm Post subject: (No subject)
Wine is a program that lets you run Windows apps in Linux. It should come with your copy of Suse. I think mine did.
(If not you can download it here. Installing is just a matter of unpacking the RPM and using Yast. Which will become clear when you start using Linux.)
wtd
Posted: Tue Oct 12, 2004 5:13 pm Post subject: (No subject)
Basically, the Win32 API contains a lot of basic functionality that every GUI application needs. Rather than writing all of this code from scratch, programmers use that API to save time.
Your program wants to open a window, it tells the Win32 libraries to open a window for it.
Linux uses several different APIs for GUI applications, but not Win32. By default, if you try to run a Windows application on Linux and it largely fails because the system can't handle those requests.
WINE steps in by giving the system a means of answering those requests. It doesn't emulate the computer like VMWare or VirtualPC, but just the API calls, translating Win32 API requests to something the system's own libraries can handle.
timmytheturtle
Posted: Sat Oct 16, 2004 4:03 pm Post subject: (No subject)
Thanks, I no longer can put Suse or any other linux distro on my computer cause my one drive is dead(10gb) and my other drive is too small(1.62gb) to fit a good distro on there(suse, knoppix,etc..). So for now im stuck using winxp.
r0ssar00
Posted: Sat Oct 16, 2004 4:09 pm Post subject: (No subject)
i saw the title and said no sh*t sherlock
Sponsor Sponsor
Hikaru79
Posted: Sun Oct 17, 2004 12:23 am Post subject: (No subject)
r0ssar00 wrote:
i saw the title and said no sh*t sherlock
Keep digging, Watson. It's a Windows-based program so running it on all distributions of Linux is not obvious.
As for me, I'm having some troubles =/ Running Debian over here, and I tried to WINE it. Goes into installshield wizard fine, but halfway through it reports that "Failed to exract file "DLL_INI" from the binary table."
Any ideas? I miss the good ol' days of Turing....
wtd
Posted: Sun Oct 17, 2004 12:30 am Post subject: (No subject)
Hikaru79 wrote:
r0ssar00 wrote:
i saw the title and said no sh*t sherlock
Keep digging, Watson. It's a Windows-based program so running it on all distributions of Linux is not obvious.
As for me, I'm having some troubles =/ Running Debian over here, and I tried to WINE it. Goes into installshield wizard fine, but halfway through it reports that "Failed to exract file "DLL_INI" from the binary table."
Any ideas? I miss the good ol' days of Turing....
Learn a language that runs on Windows, Linux, Mac OS X, FReeBSD, etc. equally well.
Atma Weapon
Posted: Sun Oct 17, 2004 2:44 am Post subject: (No subject)
wtd wrote:
Hikaru79 wrote:
r0ssar00 wrote:
i saw the title and said no sh*t sherlock
Keep digging, Watson. It's a Windows-based program so running it on all distributions of Linux is not obvious.
As for me, I'm having some troubles =/ Running Debian over here, and I tried to WINE it. Goes into installshield wizard fine, but halfway through it reports that "Failed to exract file "DLL_INI" from the binary table."
Any ideas? I miss the good ol' days of Turing....
Learn a language that runs on Windows, Linux, Mac OS X, FReeBSD, etc. equally well.
Python?
Martin
Posted: Sun Oct 17, 2004 2:48 am Post subject: (No subject)
Assembly.
wtd
Posted: Sun Oct 17, 2004 3:14 am Post subject: (No subject)
Atma Weapon wrote:
wtd wrote:
Hikaru79 wrote:
r0ssar00 wrote:
i saw the title and said no sh*t sherlock
Keep digging, Watson. It's a Windows-based program so running it on all distributions of Linux is not obvious.
As for me, I'm having some troubles =/ Running Debian over here, and I tried to WINE it. Goes into installshield wizard fine, but halfway through it reports that "Failed to exract file "DLL_INI" from the binary table."
Any ideas? I miss the good ol' days of Turing....
Learn a language that runs on Windows, Linux, Mac OS X, FReeBSD, etc. equally well.
Python?
Ruby
Perl
SmartEiffel
GNAT (Ada 95)
C
C++
Java
Pascal
Hikaru79
Posted: Sun Oct 17, 2004 12:05 pm Post subject: (No subject)
I do... I know Java Notice the last line of my post was
Quote:
Any ideas? I miss the good ol' days of Turing....
Even though I've moved on, it would still be nice to play around on Turing every once in a while, help out all my grade 10 friends
Hikaru79
Posted: Sat Oct 23, 2004 10:54 pm Post subject: (No subject)
Hate to double-post but I think this is something that should be brought to everyone's attention If your base WINE doesn't work on Turing (as it didn't for mine), get your hands on a copy of CodeWeaver's "CrossOver Office" and install it as an unsupported application. Worked for me! I'm now doing Turing on Linux. w00t! ^__^