Welcome, Guest. Please login or register.

Author Topic: C/C++ IDE: GoldED AIX SP18 released  (Read 3898 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DietmarTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
C/C++ IDE: GoldED AIX SP18 released
« on: June 01, 2004, 08:50:22 PM »
A new version of GoldED AIX has just been released.

Information about the new features and the latest files are available here

- GoldED Studio AIX is a text editor and integrated C/C++ development environment for AmigaOS and MorphOS. The latest upgrade implements many new interface customization options. GoldED includes a complete set of gcc-based development tools for AmigaOS and MorphOS in an easy-to-use package with mouseclick installation. Sample screenshot (new-look example):

Screenshot

- microgolded is a simple, low-cost version of GoldED; this editor is designed for casual users, not for developers.

Trial versions (30-day trial version and demo) can be downloaded on the official support web site.
GoldED AIX with C/C++ IDE (77 MB):
GoldED AIX without C/C++ (6 MB):
microgolded (250 KB):

http://golded.dietmar-eilert.de/golded/files.htm
 

Offline Magic-Merl

  • Full Member
  • ***
  • Join Date: Nov 2003
  • Posts: 229
    • Show only replies by Magic-Merl
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #1 on: June 02, 2004, 11:29:37 AM »
Is that screenshot meant to put people off?

It's good to see this package being maintained and constantly developed.  I think in the near future it is going to become that defacto tool for developing Amiga software.

Offline DietmarTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #2 on: June 02, 2004, 12:22:02 PM »
> Is that screenshot meant to put people off?

Cough, not exactly, no. It Is meant to get people to buy it. Anyway, that's how it looks now. If you can stand more cruel and unusal punishment, check this screenshot of GoldED5 vs GoldED AIX:

You have been warned
 

Offline RWO

  • Newbie
  • *
  • Join Date: Mar 2003
  • Posts: 30
    • Show only replies by RWO
    • http://www.rwo.dk
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #3 on: June 02, 2004, 02:55:22 PM »
Are there any plans for an OS4 version of Golded?
Debugging is a state of mind
 

Offline DietmarTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #4 on: June 02, 2004, 04:10:09 PM »
> Are there any plans for an OS4 version of Golded?

Depends on what you mean with OS4 version. It will remain a program that runs across Amiga platforms and native versions will not be made. Since it was originally designed for slow computers, a PPC OS can run it very fast (faster than needed, on a Pegasos, you wouldn't be able to say if it is native or not).

If you mean "OS4 version" in the sense of using it as an IDE for OS4, that is mostly beyond my control. If and when there is a redistributable OS4 SDK, I'll try to integrate it into the GoldED distribution. That means adding the OS material to syntax highlighting, function look-up etc. and integrating yet another gcc or two into the compiler folder. You could probably do that yourself if you own GoldED, just (a lot of) work, nothing beyond the configuration options in the software.
 

Offline RWO

  • Newbie
  • *
  • Join Date: Mar 2003
  • Posts: 30
    • Show only replies by RWO
    • http://www.rwo.dk
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #5 on: June 02, 2004, 06:34:34 PM »
Well I was thinking a version that was guarantee to work with OS4 and makes use of OS4 libraries like eg. Application and xml libs. Ofcorse I prefear an navtive PPC version but not an regurement.
Debugging is a state of mind
 

Offline DietmarTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #6 on: June 02, 2004, 08:07:12 PM »
> Well I was thinking a version that was guarantee to work with OS4 and makes use of OS4 libraries like eg. Application and xml libs

Well, I can't 'guarantee' that it works but some OS4 beta testers have purchased it and no bug report related to OS4 has reached me since then. Unless they are all under NDA, it could be working. Since OS4 will be with users shortly and my sofwtare can be downloaded and tested (wink, wink, nudge, nudge, say no more)... As to XML, I'm not going to use that internally, that makes no sense, for technical reasons. Application library: interesting. If it's possible to call PPC library functions through the JIT, why not. Generally speaking, I don't see much on the side of these new operating systems that affects my software.
 

Offline TeeOneKay

  • Newbie
  • *
  • Join Date: Mar 2004
  • Posts: 17
    • Show only replies by TeeOneKay
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #7 on: June 03, 2004, 08:59:07 AM »
What's the difference between GoldEd and MorphEd? :o
(Please don't yell at me, I'm not a programmer xD )

Edit:
Amazing, I just had to read a few more lines and click a link to educate myself on the matter :-D
[color=0000CC]Mind - Universe - Mind - Universe[/color]
 

Offline DietmarTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #8 on: June 03, 2004, 10:14:52 AM »
If anybody else is interested in those two: MorphED is free software for the MorphOS SDK. It is not GoldED AIX but a specially compiled program for a gcc-based SDK. Technically speaking, it is the core editor of GoldED6 minus all add-ons, plus the gcc part of the GoldED Studio AIX C/C++ add-on, plus fixes to make it fully compatible with MorphOS and the SDK. It provides what is needed for development with gcc and MorphOS but doesn't go beyond that.
 

Offline Magic-Merl

  • Full Member
  • ***
  • Join Date: Nov 2003
  • Posts: 229
    • Show only replies by Magic-Merl
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #9 on: June 03, 2004, 06:58:44 PM »
Dietmar

Congratulations.

The second link to the screenshots was better. Is it your understanding that GoldED will function under OS4 due to it's system friendly programming and maybe this is the reason why you have no bug reports sent back to you.

Does it work under MOS?

Offline DietmarTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #10 on: June 03, 2004, 09:05:29 PM »
> Does it work under MOS?

Very well, very fast. MorphOS was a nice surprise for me, regarding performance and stability. Beyond integrating the MorphOS SDK, only optical changes had to be made. If you have true color images and color gradients everywere, existing software can look quite dated. This latest upgrade aims at that issue, too, reducing the visual disparity.
 

Offline mauma

  • Newbie
  • *
  • Join Date: Jul 2002
  • Posts: 19
    • Show only replies by mauma
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #11 on: June 05, 2004, 09:42:08 AM »
I looked at the screenshots and want to buy this software.
But on the website I only saw some german and uk distibutors. Can I buy this software in the netherlands (at computercity)?
 

Offline walter

  • Newbie
  • *
  • Join Date: Nov 2002
  • Posts: 38
    • Show only replies by walter
Re: C/C++ IDE: GoldED AIX SP18 released
« Reply #12 on: June 06, 2004, 03:04:46 AM »
OK, somebody ELSE on Amiga.org gave me this URL.  I can't find a
link to it on Dietmar's site.  Anywhere.  Good luck.

http://golded.dietmar-eilert.de/golded/webshop.htm

Oh boy, and I swore I'd order it a month ago, but then the dentist got
strangely active in my mouth.  There is a slight hope that I will be
financially recovered shortly.  (As if GoldED's cost could compare
to my dental expenses---more like a high-end AmigaOne, plus
monitor :-()