Search found 159 matches
- Wed Nov 09, 2011 3:45 pm
- Forum: General AmigaOS
- Topic: [Request] Spooler in PrinterPrefs and Notification support
- Replies: 7
- Views: 3734
Re: [Request] Spooler in PrinterPrefs and Notification suppo
Tony, Stephan Rupprecht had a Print Manager that worked quite nicely under OS 4.0 at least, since then I didn't test it again, but Raziel seems to imply it's not working correctly with lpr.device. I think Raziel knows that AmigaOS doesn't have spooling support and I think it's the reason he tagged h...
- Sat Nov 05, 2011 11:32 pm
- Forum: General Developer Support
- Topic: How to create a USBsniffer ?
- Replies: 9
- Views: 5246
Re: How to create a USBsniffer ?
You mean that each time I plug & unplug a device, a driver must initalise it ? if not the device does nothing... ? every time? it is not the case of some device like mouse and touch device for example I think. when there are plug they start sending data accross the usb. My problem (like probabl...
- Tue Oct 25, 2011 5:00 pm
- Forum: General Developer Support
- Topic: AllocVecTags
- Replies: 16
- Views: 11605
Re: AllocVecTags
@Hans-Joerg & Thomas I agree that it's developer responsibility to read, understand and conform to the API documentation. But on the other hand it would make sense if AllocVecTags() doesn't allow impossible combinations, returning NULL instead of an allocated object that is known to be crashing ...
- Tue Oct 25, 2011 10:26 am
- Forum: General Developer Support
- Topic: AllocVecTags
- Replies: 16
- Views: 11605
Re: AllocVecTags
@Tony
The problem here is that Josh sent incompatible parameters to AllocVecTags() ie. AVT_TYPE with MEMF_ANY. He's already checking for return but in this case AllocVecTags() allocated something that is not usable, instead it would have been better if AllocVecTags() returned NULL.
The problem here is that Josh sent incompatible parameters to AllocVecTags() ie. AVT_TYPE with MEMF_ANY. He's already checking for return but in this case AllocVecTags() allocated something that is not usable, instead it would have been better if AllocVecTags() returned NULL.
- Wed Oct 19, 2011 8:43 am
- Forum: Platform: Pegasos II
- Topic: Ethernet not so stable?
- Replies: 20
- Views: 67131
Re: Ethernet not so stable?
Never had such problem with network which would require a reboot.
Can you give details? OS version, ethernet card... Is there a reproductible pattern or is it random? Anything which you would find useful to reproduce the bug.
Can you give details? OS version, ethernet card... Is there a reproductible pattern or is it random? Anything which you would find useful to reproduce the bug.
- Thu Oct 13, 2011 4:41 pm
- Forum: General AmigaOS
- Topic: Icon Scaling engine *feature request*
- Replies: 9
- Views: 3954
Re: Icon Scaling engine *feature request*
Hi, probably I missexplained... I use the "max size" argument at 48 because I have various icon sizes on my hd and I dont like to see icons bigger or tinier of another only icons of the same size... However I wish to use some big icons and so I like to have a list where to put the path of...
- Tue Oct 11, 2011 9:15 am
- Forum: General Developer Support
- Topic: AllocVecTags
- Replies: 16
- Views: 11605
Re: AllocVecTags
If the easiest solution to this means that such library functions should be rewritten to fail more gracefully and provide help info, i am all for it. I agree with you that such a vital function AllocVecTags() could be more error tolerant providing at least a graceful return with adequate error code...
- Tue Oct 11, 2011 8:29 am
- Forum: General Developer Support
- Topic: AllocVecTags
- Replies: 16
- Views: 11605
Re: AllocVecTags
It seems to me that as the set of acceptable values is (very) limited, there should be no problem in giving an error when a not acceptable value is proposed. It seems to me you didn't realized that the compiler has no idea what AllocVecTags is actually doing (that's the job of the OS). Nonetheless ...
- Mon Oct 10, 2011 5:28 pm
- Forum: General Developer Support
- Topic: AllocVecTags
- Replies: 16
- Views: 11605
Re: AllocVecTags
I am rather disappointed thet the compiler does not give any warning, error or undefined reference in this case. Maybe this thread should go to the SDK section. You are disappointed that the compiler didn't tell you you were passing wrong value to a function, aren't you? If that's the case then it ...
- Mon Sep 19, 2011 10:02 pm
- Forum: General AmigaOS
- Topic: Prefs Draw is a bit of a mess, how best to tidy?`
- Replies: 9
- Views: 5426
Re: Prefs Draw is a bit of a mess, how best to tidy?`
Agree, the prefs settings need to be reorganized at soon as possible, personally i like the MorphOS prefererences and i think that somethings similar can be done :) http://jpv.wmhost.com/morphos2_review/pics/04-prefs.png For myself that's one of the thing I don't like in Morphos. I really prefer th...