LISTINGS!
Re: LISTINGS!
Holy crap! I really can't believe how awesome this is becoming!! As always, excellent work, AriX!
-
- Posts: 19
- Joined: Thu Aug 26, 2010 10:35 pm
- Location: Near Albany, NY
Re: LISTINGS!
I want to try feeding it some Glens Falls listings eventually once this is released... however, I'm not sure on how I'd go about doing it on Windows =/
~Schala Ashtear
Re: LISTINGS!
I'm sure we'll figure out a way. I'm not sure exactly how to get serial input into Windows emulators, although from what I hear, it should be easier than the way I did it on the Mac (I had to roll my own). Since my example thing is written in pure C, it should function in any Linux environment, including cygwin (which runs on Windows). It might even be easily portable to Windows. Or maybe we'll come up with a better solution, we'll see.SchalaAshtear wrote:I want to try feeding it some Glens Falls listings eventually once this is released... however, I'm not sure on how I'd go about doing it on Windows =/
Re: LISTINGS!
And here I am the oddball on Debian Linux. xD
Prolly works similarly to you on OSX though.
Prolly works similarly to you on OSX though.
Re: LISTINGS!
Debian Linux is the best kindusotsuki wrote:And here I am the oddball on Debian Linux. xD
Prolly works similarly to you on OSX though.
I run it on all of my servers. Anyway, yeah, it should work pretty similarly to Mac OS X, although it could never run the Prevue Simulator stuff that I wrote in Quartz Composer.
(And yeah, what you said on IRC was right, it is indeed downloading stuff using cURL from my server, on which I am running a bunch of PHP scripts to generate the program listings from a MythTV database.
-
- Posts: 115
- Joined: Mon Jul 05, 2010 5:52 pm
Re: LISTINGS!
I use both Windows 7 and Vista. I think on a previous post of mine, there are two free programs that are available online that can create a virtual serial port and then create the data to send through that port. I know it works on the Amiga port (just make sure on Win UAE to select the COM1 port). The two available Emulators for Atari 8-bit, I don't know the exact way to input the data. Everytime I have tried, the software doesn't respond.AriX wrote:I'm sure we'll figure out a way. I'm not sure exactly how to get serial input into Windows emulators, although from what I hear, it should be easier than the way I did it on the Mac (I had to roll my own). Since my example thing is written in pure C, it should function in any Linux environment, including cygwin (which runs on Windows). It might even be easily portable to Windows. Or maybe we'll come up with a better solution, we'll see.SchalaAshtear wrote:I want to try feeding it some Glens Falls listings eventually once this is released... however, I'm not sure on how I'd go about doing it on Windows =/
Re: LISTINGS!
I honestly don't think that Cygwin would run any C application... I could be wrong, however. It can always be compiled with Microsoft Visual Studio or their express version of C/C++ (Even a Borland compiler would work).
Re: LISTINGS!
Cygwin has its own C compiler, a version of GCC. It also has libraries that emulate a more Unix-like environment, like OSX or Linux.