Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
72 user(s) are online (57 user(s) are browsing Forums)

Members: 0
Guests: 72

more...

Headlines

 
  Register To Post  

(1) 2 3 »
AmigaOS 4.1 Final Edition SDK available for download
Just popping in
Just popping in


See User information
Just to let you know that the SDK 53.29 is released, see http://www.hyperion-entertainment.biz/

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just can't stay away
Just can't stay away


See User information
@Gazelle

Thank you for the information.

Installation was easy.

Except these new deprecations ;(

warning: 'p96AllocBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:44)
warning: 'p96LockBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:47)
warning: 'p96UnlockBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:48)
warning: 'p96ReadPixelArray' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:61)


I will try the new menuclass !


Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just popping in
Just popping in


See User information
@zzd10h

Unified graphics.library API with built-in RTG support as the original Amiga designers intended.

Picasso96API.library/--background--
[...]
Starting with graphics.library V54, the vast majority of Picasso96 is now redundant. The graphics.library has been expanded and extended to seemlessly handle the traditional native (ECS, AGA) chip sets as well as modern graphics cards (RTG).
[...]

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just can't stay away
Just can't stay away


See User information
@Gazelle

Yes, but I used it to handle alpha layer with p96AllocBitmap(RGBFB_ALPHA8 and/or RGBFB_A8R8G8B8) etc.

I will have to search how to do the same with AllocBitmap().

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Quite a regular
Quite a regular


See User information
Fantastic!

I was trying some code with a native versione of gcc 4.9.1, and i was thinking about: i wonder if the new sdk would be available soon......

thank you to all involved.

Retired
Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Quite a regular
Quite a regular


See User information
I'll be sure to check out the new AutoDocViewer later as I only recently commented on social media about the 'age' of the prior version. Hopefully the latest version makes use of the AISS set.

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just can't stay away
Just can't stay away


See User information
@zzd10h

Quote:

warning: 'p96AllocBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:44)
warning: 'p96LockBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:47)
warning: 'p96UnlockBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:48)
warning: 'p96ReadPixelArray' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:61)


The graphics.library equivalents for these functions are:
AllocBitMapTags()
LockBitMapTags()
UnlockBitMap()
ReadPixelArray()

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Quite a regular
Quite a regular


See User information
AutoDocViewer still at 0.99 from 2006.

Something else, during installation there were numerous MakeLink errors.

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just can't stay away
Just can't stay away


See User information
@zzd10h

Quote:

Yes, but I used it to handle alpha layer with p96AllocBitmap(RGBFB_ALPHA8 and/or RGBFB_A8R8G8B8) etc.

I will have to search how to do the same with AllocBitmap().


Don't use the old, non-taglist AllocBitMap(). It is possible to pass RTG tags to it through an ugly API hack but there is no point in doing this when AllocBitMapTagList() is available since graphics.library 53.7.

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just can't stay away
Just can't stay away


See User information
@djrikki

Quote:

Something else, during installation there were numerous MakeLink errors.


Did you install over an existing SDK install?

If so, this is not supported. Either rename, move or delete the old SDK before installing the new one.

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Home away from home
Home away from home


See User information
@djrikki

Salass00 beat me to it, you must not overwrite an old SDK.

Make a new one, then reinstall third party libs bit by bit as you needs them.


Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just can't stay away
Just can't stay away


See User information
@salass00

Thank you very much for your advice.

Changing p96AllocBitMap / p96LockBitMap / p96UnlockBitMap
by AllocBitMapTags(BMATags_PixelFormat) / LockBitMapTags / UnlockBitMap works with alpha transparency

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Quite a regular
Quite a regular


See User information
Okay I re-installed from fresh, no Make Link errors or anything, however the AutoDocViewer is still 0.99 frm 2006 so didn't see any difference there.

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Quite a regular
Quite a regular


See User information
Although it's now included in the distribution rather than having to go to os4depot.net it would also have been nice to see it upgraded as well.


I guess that I read the new story incorrectly.

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Home away from home
Home away from home


See User information
@djrikki

Quote:

however the AutoDocViewer is still 0.99 frm 2006 so didn't see any difference there.


Although it's now included in the distribution rather than having to go to os4depot.net it would also have been nice to see it upgraded as well.



It was never part of the SDK contributions before....

What exactly did you need feature wise? No point just bumping the version


Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just can't stay away
Just can't stay away


See User information
@djrikki

16/0.RAM Disk:> version SDK:CodeBench/Utilities/AutoDocViewer
AutoDocViewer 1.13

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Quite a regular
Quite a regular


See User information
Off the top of my head... keyboard support is poor, cannot use arrow keys to traverse ListViews.

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Quite a regular
Quite a regular


See User information
Thanks zzd10h, didn't know there was one included in Codebench.

Never mine the one in the distribution, I've gone and developed my own AutoDocViewer from scratch anyway.

Resized Image

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Just can't stay away
Just can't stay away


See User information
@os4 team

What is this CPU MACHINETYPE_CHUNYE in enMachineModel ?

Thank you for your reply...

edit :
@djrikki
your autodocviewer looks good.

Go to top
Re: AmigaOS 4.1 Final Edition SDK available for download
Home away from home
Home away from home


See User information
Nice to see a new sdk.

X5000
Go to top

  Register To Post
(1) 2 3 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project