Search found 401 matches
- Sun Oct 15, 2017 8:56 pm
- Forum: AmigaOS Documentation Wiki
- Topic: WIKI errors for sift.c example in IFFParse Library docs
- Replies: 17
- Views: 22397
Re: WIKI errors for sift.c example in IFFParse Library docs
Fixed the errors, thanks for reporting.
- Tue Aug 15, 2017 10:24 pm
- Forum: General AmigaOS
- Topic: OS4.1 install on Sam460ex HD not recognised
- Replies: 7
- Views: 9164
Re: OS4.1 install on Sam460ex HD not recognised
"Cockstart" would be a great name for system kernel, wouldn't it?I've run into the Kockstart being loaded
- Tue Jul 04, 2017 1:17 pm
- Forum: SDK Support
- Topic: SDK 2017 wishes
- Replies: 11
- Views: 14779
Re: SDK 2017 wishes
@Belxjander
You can always send your example code or tutorials for inclusion in the AmigaOS Developer Wiki. I'll be happy to post the material for you.Would submissin examples be allowable as part of "Community Contributin"s?
- Mon Jun 26, 2017 9:49 pm
- Forum: SDK Support
- Topic: DataTypes Descriptors...
- Replies: 13
- Views: 17386
Re: DataTypes Descriptors...
I'm afraid the source code to dtdesc might be lost now.Belxjander wrote:perhaps it can be recompiled/ported with the newer SDK materials?)
- Sun Apr 30, 2017 12:11 pm
- Forum: General Developer Support
- Topic: Library seglist pointer type
- Replies: 4
- Views: 3788
Re: Library seglist pointer type
Could be. Perhaps the Exec developers could shed some light on this?broadblues wrote:@trixie
I suppose exec includes might refer to it as APTR to remove the dependency on dos related include files?
- Sat Apr 15, 2017 10:32 am
- Forum: General Developer Support
- Topic: Library seglist pointer type
- Replies: 4
- Views: 3788
Re: Library seglist pointer type
@thomasrapp On 68k it's surely a BPTR as returned by LoadSeg(). That's what I thought would be the case (and what I've been using for years myself). I was just surprised to see APTRs here and there in library sources, and also <exec/libraries.h> in the latest OS4 SDK has a structure in which the seg...
- Sat Apr 15, 2017 8:17 am
- Forum: General Developer Support
- Topic: Library seglist pointer type
- Replies: 4
- Views: 3788
Library seglist pointer type
Looking at various library and BOOPSI class sources, I keep seeing the library base seglist member declared as either APTR or BPTR. I also see that depending on that declaration, the respective libClose and libExpunge vectors return either APTR or BPTR. Which of the two pointer types is correct?
- Mon Apr 03, 2017 12:23 pm
- Forum: General Developer Support
- Topic: Bringing more object orientation to C programming
- Replies: 9
- Views: 8680
Re: Bringing more object orientation to C programming
@TSK IOO->NewToolObject("TestApp",TRUE,(struct WBStartup *)argv); IOO->NewWindowObject(tool,"main"); Wouldn't it be much more convenient and future-proof to have just one constructor function for all objects, where the first parameter would be the object type and the other parame...
- Sat Mar 18, 2017 10:18 pm
- Forum: General Developer Support
- Topic: Devices which are Expunged but don't leave...
- Replies: 3
- Views: 4567
Re: Devices which are Expunged but don't leave...
@Spirantho I've never coded a device but I'd say that the expunge procedure will be similar to (if not the same as) that of a library. Normally, in the expunge function you should check the library instance counter (lib_OpenCnt), and if it is > 0, set lib_Flags |= LIBF_DELEXP and return 0 (LIBF_DELE...
- Tue Feb 28, 2017 8:46 pm
- Forum: AmigaOS Feature Requests
- Topic: Command Voice Interface
- Replies: 10
- Views: 13785
Re: Command Voice Interface
I think this forum badly needs a pipe-dream filter 