Partner sites: Aminet - Amiga downloadsIntuitionBase - Amiga guidesAmigaNN - Amiga newsAmiFund - Sponsor projects

[Y]UtilityBase
Your guide to Amiga development
Not logged in
  HomeProjectsForumArticlesResourcesLinksChatAbout 
Search
Login
Username:
Password:
Register now!
Forgot your password?
Aminet - Development
PortablE.lha (dev/e)
ecx211_upd.lha (dev/e)
Amcaf-PDF.lha (dev/amos)
Amcaf-HTML.lha (dev/amos)
ira.lha (dev/asm)
Wipeout-morphos.lha (dev/debug)
ecx210.lha (dev/e)
libiconv-1.12-m68k-aos.lha (dev/gg)
automake-1.10.2.lha (dev/gg)
libxvidcore.lha (dev/lib)
More...
Newest users
manola (tenchin)
AmigaCori (Angelo)
c0d3M0nk3y (Ali)
artur_j (Artur Jarosik)
Jamie_S (Jamie Sayer)

Pending:
ZebraZeem, Mad_Dog, hhjoker, voxel, JosDuchIt, MarcB, MarBo, Sollaris, sara, species
More...
Who's Online
Online members:


10 guests are online.

You are an Anonymous user. You can register for free by clicking here.
News sites
Amiga-News.de
Amiga.org
AmigaDev.net
AmigaNN
Amigans.net
Amigaweb.net
AmigaWorld.net
AROS-Exec
MorphOS-News.de
MorphZone
polarBoing
Tutorials
Writing Installer scripts for AmiUpdate
Cross Compiling for OS4 or OS3 using MS Visual Studio 2005
Installing an AmigaOS 4 cross compiler
Size does matter: Optimizing with size in mind with GCC
Spot's Porting Guide for Dummies 1.6.1 [UPDATED]
More...
Sources
Install SObjs with Installer
How to make clean picture datatypes
Most of the old ClassACT examples converted to OS4
AmigaAnywhere Tutorial - Part 2 Source window1.c
AmigaAnywhere Tutorial - Part 2 Source window2.c
More...
Documentations
How to write portable code for Amiga (english)
Comment écrire du code portable pour Amiga (français)
Development How to with OS3.9 SDK
The PartyPack Hack
The Amiga PDA Programming Guidelines
More...
DreamHost

Support
UtilityBase

[Valid RSS]

UtilityBase needs your help!

Latest forum topics
  Topic Replies Views Last poster Updated
byteswap m68k

4

29

xenic 2009-Jul-4
05:01:15
SDL_Mixer priority

3

14

SamuriCrow$ 2009-Jul-4
04:15:49
C++ cout etc in amiga libraries

2

61

SamuriCrow$ 2009-Jul-4
00:54:47
Need help with fixing correct "lvalue required as increment operand"

13

197

abalaban 2009-Jul-3
18:37:15
how check winuae from code ?

34

992

Hypex 2009-Jul-3
18:22:33
mixing of 68k/asm object + aos4/c code ?

7

129

Hypex 2009-Jul-3
18:05:12
Talks about perfect double-buffering for graphics.

113

974

kas1e 2009-Jul-2
20:39:26
porting of interrupt routines from 68k to os4/ppc

22

214

kas1e 2009-Jul-2
19:11:02
PPC (assembler) endian conversion routines

44

2372

afxgroup$ 2009-Jul-1
00:41:57
How to use shared object (-use-dynld)

3

120

chris$ 2009-Jun-30
23:03:00
Visit forums


News, Programming
PortablE r4 released (now runs on Windows) by Chris Handley
posted by ChrisH (29th May 2009)

A new version of PortablE has been released. PortablE is an AmigaE compiler, written from scratch in E, and able to compile itself. It supports Windows, Amiga OS3, OS4, AROS & MorphOS.

The big news is that PortablE now runs on Windows. It also now comes with an installer, and has the PEGCC program to directly create an executable from E code.


Link: [cshandley.co.uk]

Read more...
News
Views: 143 - Comments?

News, AmigaOS4.X
MiniGL 2.1 beta for Amiga OS 4.x released by Hans de Ruiter
posted by hans$ (3rd Apr 2009)
I'm pleased to announce that MiniGL 2.1 beta has been released. This release includes many bug fixes, including the elusive MiniGL watchdog task crash, which was responsible for random lockups. The release also includes updated developer files for all new features in MiniGL 2.x.


Read more...
News
Views: 182 - Comments?

Tutorial, Software,Misc,AmigaOS4.X
Writing Installer scripts for AmiUpdate by Chris Young
posted by chris$ (23rd Feb 2009)
Installer usually prompts for input and confirmation, which is not ideal for an automatic update procedure such as AmiUpdate uses. With some care, however, Installer can be made to install or update software without any user intervention. This guide describes how to achieve this using AmiUpdate's AutoInstall mechanism, and modification to an existing script.

Link: [www.unsatisfactorysoftware.co.uk]

Read more...
Tutorial
Views: 267 - Comments?

Source, Misc,AmigaOS4.X
Install SObjs with Installer by Chris Young
posted by chris$ (21st Feb 2009)
This script allows shared objects to be easily installed using Installer. Most shared objects do not contain AmigaOS version strings, the procedure will check date stamps and prompt if appropriate (showing the original and new file sizes for comparison), if this is the case.

The procedure can be added to any Installer script. Shared objects must be stored in an SObjs sub-directory from the source installation, and will be copied to SObjs: assign. Copying is then as easy as:
(p_copysobj "libgcc.so")


Link: [www.unsatisfactorysoftware.co.uk]

Read more...
Source
Views: 207 - Rating: 8.0 / 10.0 - Votes: 1 - Comments?

News, AmigaOS4.X
OpenAmiga.org status report by Björn Hagström
posted by Orgin (18th Jan 2009)
There is now 11 project open for grabs and 15 assigned projects on OpenAmiga.org. 2008 provided a slow start for OpenAmiga, as expected with the number of available developers for our platform. Hopefully 2009 will speed things up a bit with the SAM adding more and more os4 users to the fold. Still we managed to submit the extended mouse pointer types project to Hyperion and quite a bit of source code was submitted to the svn.

Read more...
News
Views: 743 - Rating: 8.0 / 10.0 - Votes: 1 - Comments?

News, Programming,C
VBCC 0.9 by Frank Wille
posted by r-tea (3rd Jan 2009)

Frank Wille has been released a new version of his great C compiler. VBCC is fast, highly optimizing and easy to use ISO C compiler for all "Amiga flavour" platforms and systems.
The 0.9 version includes a huge amount of fixes as well as few fresh improvements.


Link: [sun.hasenbraten.de]
News
Views: 516 - Rating: 10.0 / 10.0 - Votes: 2 - 8 comments

News, Programming
PortablE r3 released by Chris H
posted by ChrisH (24th Dec 2008)


A new version of PortablE has been released. PortablE is an AmigaE compiler, written from scratch in E, and able to compile itself. It supports Amiga OS3, OS4, AROS & MorphOS.


Link: [cshandley.co.uk]

Read more...
News
Views: 717 - Rating: 8.0 / 10.0 - Votes: 1 - Comments?

News, Software,Programming
Hollywood Cubic IDE Add-On by Michael Jurisch
posted by r-tea (23rd Nov 2008)

Michael Jurisch has released a Cubic IDE add-on for creating multimedia applications with Hollywood.


Link: [devplex.awardspace.biz]

Read more...
News
Views: 1582 - Rating: 10.0 / 10.0 - Votes: 2 - Comments?

News, Programming,MUI,MorphOS
A new MUI class - Plot.mcc by Michal 'rzookol' Zukowski
posted by r-tea (23rd Nov 2008)
MUI has brand new, very versatile public custom class - Plot.mcc. It's originally created for MorphOS and is designed for generating graphs on a basis of data series given along with additonal attributes.
Additionally Plot.mcc can export all the data including graphs to the ODS format well known from OpenOffice (it requires MorphOS 2.x).


Read more...
News
Views: 937 - Rating: 10.0 / 10.0 - Votes: 3 - Comments?

News, Programming
ECX 2.0.0 by Leif Salomonsson
posted by r-tea (23rd Nov 2008)

Leif Salomonsson has finnished a new version of Amiga E compiler - ECX.


Link: [www.blubbedev.net]

Read more...
News
Views: 559 - Comments?


UtilityBase is a site focused on development for Amiga systems,
spanning over all different Amiga clones, that be AmigaOS 3.x, 4.x, MorphOS, AROS or AmigaDE/Anywhere.
News syndication: RSS
Contact address: mail@utilitybase com