Search found 319 matches

by LyleHaze
Sat Sep 08, 2012 12:14 am
Forum: SDK Support
Topic: Help needed setting up Cubic IDE to work with OS4.x SDK
Replies: 27
Views: 49594

Re: Help needed setting up Cubic IDE to work with OS4.x SDK

From Wikipedia: http://en.wikipedia.org/wiki/Cubic_IDE Cubic IDE is a modular development environment (IDE) for AmigaOS (versions 3.5 and 3.9 only) and MorphOS. Wikipedia says the "Official Website link" for CubicIDE is http://www.softwareandcircuits.com/division/amiga/products/cubic/index...
by LyleHaze
Wed Aug 22, 2012 10:33 pm
Forum: General Developer Support
Topic: AllocVecTags - Beginner.
Replies: 3
Views: 3709

Re: AllocVecTags - Beginner.

WHen using If(condition) { //response block here } it works fine. But if you put a semicolon after the (condition) then the response block will ALWAYS execute, no matter what the condition is. If you remove the semicolon after the condition expression, then the returns will work as expected. I have ...
by LyleHaze
Mon Aug 06, 2012 5:28 pm
Forum: General Developer Support
Topic: struct DrawInfo dri_Depth contains wrong value
Replies: 3
Views: 3971

Re: struct DrawInfo dri_Depth contains wrong value

This might help, from Picasso96API.doc: In the original graphics.library, bitmaps were always planar and could hold up to eight bitplanes. With the Picasso96 graphics system, there is also support for chunky, hicolor and truecolor bitmaps. When using Picasso96 bitmaps, never look into the BitMap str...
by LyleHaze
Mon Jul 30, 2012 6:14 pm
Forum: General Developer Support
Topic: Memory pooling
Replies: 3
Views: 3663

Re: Memory pooling

Yes.
It also provides a simple way to free the entire pool if desired.

If your "small amounts of memory" are all the same size, you might also consider an ItemPool (ASOT_ITEMPOOL) instead of MemoryPool(ASOT_MEMPOOL), which can optimize for many same-sized allocations.
by LyleHaze
Thu Jul 05, 2012 1:26 am
Forum: Platform: AmigaOne X1000
Topic: New Version of the Debian Installation guide - v1.9
Replies: 30
Views: 19557

Re: New Version of the Debian Installation guide - v1.9

@Daz, I'm a complete noob at Linux.. I have a question: Does this mean that we will be able to put a complete Linux install on a CF without messing around with any hard drives that are busy with OS4 stuff? That could be interesting.. ;) Just wondering. It would be a good starting point for the "...
by LyleHaze
Wed Jul 04, 2012 11:30 pm
Forum: Platform: AmigaOne X1000
Topic: 2nd Hard Drive recommendations
Replies: 23
Views: 14250

Re: 2nd Hard Drive recommendations

Here is the USB3 version..
case.jpg
USB3 on a X-case
(31.19 KiB) Downloaded 1954 times
I understand you can get a retrofit kit with ALL USB3 connectors now.
by LyleHaze
Mon Jul 02, 2012 5:16 am
Forum: Platform: AmigaOne X1000
Topic: Timberwolf
Replies: 9
Views: 6264

Re: Timberwolf

ggw:
Thank you for your feedback.
The problem you described is being handled by all the right people.

:)
by LyleHaze
Sun Jul 01, 2012 10:57 pm
Forum: Platform: AmigaOne X1000
Topic: Timberwolf
Replies: 9
Views: 6264

Re: Firefox

We don't have "FireFox" on the Amiga.. We have "TimberWolf".. I think it has something to do with legal rights to the use of the name. Since this is a port to a different platform, and the code is not directly under the control of the Mozilla foundation.. something like that anyw...
by LyleHaze
Thu Jun 28, 2012 5:16 pm
Forum: Platform: AmigaOne X1000
Topic: xena developer download?
Replies: 12
Views: 9708

Re: xena developer download?

Deb Squeeze handles it just fine.(So far.) Just checking.. Is that Squeeze x86 or PPC?? I asked around and was told that XDE doesn't run on PPC distros. If you know otherwise.. I'd really LOVE to hear about it. I have not had time/reason to install Deb on the X yet, but that would certainly qualify...
by LyleHaze
Thu Jun 28, 2012 12:31 pm
Forum: Platform: AmigaOne X1000
Topic: xena developer download?
Replies: 12
Views: 9708

Re: xena developer download?

Excellent. Thanks Lyle. The pin I was questioning is defined on line 30, IRQ = XS1_PORT_1F. I believe that pin is 'normally' to be used as an output perhaps to call a service routine when some condition of Xenas program calls for it. Wiggle sets this pin to an input, and I was wondering why since I...