17 Jul 1995 00:23
Scheme48 and Windows NT
Brian D. Carlstrom <bdc <at> martigny.ai.mit.edu>
1995-07-16 22:23:55 GMT
1995-07-16 22:23:55 GMT
This afternoon I made a scheme48 console mode application under NT. Its a pretty much unmodified 0.36 system, the main problem being the fact that ps_open is called with "r" and "w" and not "rb" and "wb". (Thanks to Steve Tamm who pointed this out on the Mac and saved me the agony it caused him. ) Mainly I had to #ifdef out all sorts of unix specific includes etc. I guess this will run under WinNT and Windows95. I mainly did the port to support scsh so I haven't looked at making it a real windows app. I'd need to do that to access the GUI and to run on regular windows. If anyone more knowledgable about windwows programming wants to take a shot at it please let me know If anyone is interested in what i have, drop me a line. -bri
RSS Feed