Search found 575 matches

by broadblues
Mon Jul 11, 2011 10:25 am
Forum: General AmigaOS
Topic: MultiView / AmigaGuide.library Bugs (1 minor, 2 grave)
Replies: 15
Views: 8867

Re: MultiView / AmigaGuide.library Bugs (1 minor, 2 grave)

@Mrup

I can confirm both your "grave" bugs.


I've posted the close link bug against amigaguide datatype bug #7132.

I've posted the resize image bug as bug #7133
by broadblues
Fri Jul 01, 2011 10:17 am
Forum: SDK Support
Topic: Deprecated functions in reaction_macros.h
Replies: 5
Views: 6973

Re: Deprecated functions in reaction_macros.h

The autodoc for OpenClass() says: "Use of this function can eliminate the need for getting the class interface ..." I'm slightly puzzled by this "CAN eliminate". So DOES it eliminate GetInterface() or not? If all you need from the interface is the #?_GetClass() function then yes...
by broadblues
Thu Jun 30, 2011 8:28 pm
Forum: SDK Support
Topic: Deprecated functions in reaction_macros.h
Replies: 5
Views: 6973

Re: Deprecated functions in reaction_macros.h

Your right they do, I've made a note in bugzilla bug #7108
by broadblues
Wed Jun 29, 2011 9:54 am
Forum: SDK Support
Topic: GCC 4.2.4 optimization bug
Replies: 6
Views: 8530

Re: GCC 4.2.4 optimization bug

I agree with kas1e it's quite likely that optimisation is revealing a bug in your code. Make sure you compile with -Wall and then fix all warnings. And fix them "properly" by that I mean think about them, and why they are happening, sometimes a simple cast is all that it required, other ti...
by broadblues
Tue Jun 28, 2011 11:27 am
Forum: General AmigaOS
Topic: Storage Devices (Icon bug)
Replies: 25
Views: 25611

Re: Storage Devices (Icon bug)

Booting with the transcend inserted a second time. And opening a similar combination of windows / apps produces no lock and removal of the stick causes the icon to disappear as expected. The occurance of this bug is random to say the least!
by broadblues
Tue Jun 28, 2011 11:08 am
Forum: General AmigaOS
Topic: Storage Devices (Icon bug)
Replies: 25
Views: 25611

Re: Storage Devices (Icon bug)

I haven't been able to replicate this one for ages, but by chance (and whilst reading this thread!) I removed my transcend memory stick that had been inserted since boot and the icon remained on the workbench. Checking with Ranger does indeed report a lock. Key 0x54a2c5do Access Read DOS Type FAT(2)...
by broadblues
Sun Jun 26, 2011 10:18 pm
Forum: SDK Support
Topic: battmem.h missing on latest SDK ?
Replies: 5
Views: 7305

Re: battmem.h missing on latest SDK ?

In your opinion there is a way to release this file standalone ? I need it as soon as possible to compile the project No problem at all If not, i can wait Not something I can do anything about, I'm only a betatester. But you can generate it from the .xml file. idltool -n sdk:Include/interfaces/batt...
by broadblues
Sun Jun 26, 2011 3:21 pm
Forum: SDK Support
Topic: battmem.h missing on latest SDK ?
Replies: 5
Views: 7305

Re: battmem.h missing on latest SDK ?

I checked the SDK and the file is clearly missing.

Reported as bug #7097
by broadblues
Sun Jun 26, 2011 2:04 pm
Forum: General AmigaOS
Topic: Horrendously large file cannot be deleted
Replies: 10
Views: 7391

Re: Horrendously large file cannot be deleted

Just to let you know a similar issue with the project icon for a directory is allready reported in bugzilla. I added a further note to it.
by broadblues
Sun Jun 26, 2011 1:49 pm
Forum: General AmigaOS
Topic: Horrendously large file cannot be deleted
Replies: 10
Views: 7391

Re: Horrendously large file cannot be deleted

HI Drikki From your description I can see what happened. You had a directory on your partition, and somehow created a jpeg icon with the same name as the directory . This confused workbench as a jpeg icon id aproject icon and a directory should have a "directorty icon" Workbench could not ...