Slashdot Mirror


User: JoshRendlesham

JoshRendlesham's activity in the archive.

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

Comments · 5

  1. Re:GCC performance and another thing... on Open Watcom 1.0 Released · · Score: 1

    The installation program worked fine for me under WINE. The IDE ran as well, but I ran into some problems when trying to compile simple C projects (both from the IDE and command line). My experience with the Watcom IDE and compilers are fairly limited, so it may well be my fault that it wouldn't work.

  2. GCJ on Sneak Peak at Java's New Makeover · · Score: 1

    Has there been any word about how difficult it would be to add support for such features to GCJ? Any word regarding how long it'd take for such support to be added?

  3. Re:FOX on Cross-Platform GUI Toolkits (Again)? · · Score: 3, Informative

    It should also be noted that there is an addendum to the LGPL licence covering FOX that clarifies several issues. Unmodified versions of the FOX library can be statically linked to applications without causing licensing headaches, however, any changes to the library must be made available.

    This may be attractive to developers who wish to simplify the distribution of their software by statically linking in FOX, but without putting their work under the LGPL as well.

  4. Ferite on The Year in Scripting Languages · · Score: 2, Informative

    It's also good to see newer scripting languages like Ferite progressing as well.

  5. Objective-C++? on GCC Gets PCH Support And New Parser · · Score: 1

    Is there any word about the inclusion of Objective-C++ support for GCC within the near future? Would this new parser allow for the easier or quicker inclusion of Objective-C++ support?

    While considered ugly by some, Objective-C++ would allow for the easier creation of Objective-C bindings for C++ libraries under platforms supporting the GCC Objective-C compiler. I would sure look forward to Objective-C bindings to libraries such as wxWindows and FOX.