Slashdot Mirror


User: Skovmanden

Skovmanden's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Kylix - A Unix For Kylie Minogue Fans on Borland And Troll Tech And Kylix Delphi/C/C++ · · Score: 1

    > Personally - I wish I didn't need to write makefiles.

    But that's exactly one of the great things about Object Pascal. You don't need makefiles (or header files, for that matter) because of the concept of "units". Each unit contains an "interface" (corresponding to .h files) and an "implementation" (corresponding to .c files) part. A "uses" clause performs the task that makefiles used to have. Still, makefiles are more flexible - can't run a perl script or serve as an installation program.

  2. Re:Games are great! on Descent 3 for Linux Announced · · Score: 2

    Work on a Linux port for the old Sierra games (actually, the SCI interpreter that drives them) is in progress. Check out The FreeSCI Project (of which I am a proud member :-)