Search found 159 matches

by abalaban
Tue Mar 12, 2013 8:56 am
Forum: General Developer Support
Topic: ExamineObject()
Replies: 10
Views: 10489

Re: ExamineObject()

[...] int64 fileSize = dat->FileSize; if ( EXD_IS_LINK(dat) && 0 == fileSize) { // it's a link try to resolve it [...] Please avoid making assumptions like this, the filesize has no bearing on whether something is a linked object or not. Please distribute only example code provided in the l...
by abalaban
Mon Mar 11, 2013 11:03 am
Forum: General Developer Support
Topic: ExamineObject()
Replies: 10
Views: 10489

Re: ExamineObject()

Simplified example from my CompareDirs tool : int32 success= FALSE; APTR context = IDOS->ObtainDirContextTags( EX_StringNameInput, dirname, EX_DoCurrentDir,TRUE, /* for recursive lock */ EX_DataFields,(EXF_NAME|EXF_LINK|EXF_TYPE|EXF_SIZE|EXF_DATE), TAG_END); if (context) { struct ExamineData *dat; w...
by abalaban
Sun Mar 10, 2013 10:58 pm
Forum: General Developer Support
Topic: ExamineObject()
Replies: 10
Views: 10489

Re: ExamineObject()

Coder wrote:Hi,
Am I correct in saying that now to get all the file info from a file you should use ExamineObject()?
Indeed you are right!
by abalaban
Fri Mar 08, 2013 12:28 pm
Forum: General AmigaOS
Topic: Shell arguments...possible bugs? please verify
Replies: 4
Views: 1869

Re: Shell arguments...possible bugs? please verify

It's bug report #3926
by abalaban
Wed Mar 06, 2013 10:59 am
Forum: General AmigaOS
Topic: USBInspector, wrong reports?
Replies: 2
Views: 1240

Re: USBInspector, wrong reports?

Can you check if without your special mouse, the HID driver is correctly loaded and overtake ownership of all boot<drivers>?
by abalaban
Wed Mar 06, 2013 10:37 am
Forum: General Developer Support
Topic: Mouse movement, lags when resizing window
Replies: 3
Views: 2654

Re: Mouse movement, lags when resizing window

I can experience some sort of lag in my own USB Wacom driver, but only when I'm doing heavy debug output. Else I don't. Check if one of your methods does not take too much time and thus is adding delay between values reading and sending to input device.
by abalaban
Tue Mar 05, 2013 9:28 am
Forum: Platform: AmigaOne X1000
Topic: Serial debug, how to ?
Replies: 25
Views: 19900

Re: Serial debug, how to ?

I will receive the null modem adapter during the week and will post the results. Thank you Feel free to ask if you want help on debuging your X1000 I do it all the time for betatesting AmigaOS 4 on my X1000 ;-) If i understand right to be able to see any debug from x1000 to puTTY (on windows) the x...
by abalaban
Thu Feb 21, 2013 11:10 pm
Forum: General AmigaOS
Topic: newlib's realloc() is using vast quantities of RAM
Replies: 32
Views: 27056

Re: newlib's realloc() is using vast quantities of RAM

I think ReAllocVec stopped working after the introduction of the new memory managing system. I don't remember if it was supposed to be only temporary and get forgotten or if it was definitive and the autodocs were not updated accordingly...
by abalaban
Thu Feb 21, 2013 2:58 pm
Forum: General AmigaOS
Topic: AmiGS cannot Print, because of missing "letter/A4" feature!
Replies: 28
Views: 8618

Re: AmiGS cannot Print, because of "letter" bug !

@Michael & gerograph

I have no experience with PS file above loading it into Ghostscript/AmiGS. The aim was to compare your PS file using a text comparison tool and see if we can see any evident difference (and as such spot a particular cause).
by abalaban
Thu Feb 21, 2013 11:28 am
Forum: General AmigaOS
Topic: AmiGS cannot Print, because of missing "letter/A4" feature!
Replies: 28
Views: 8618

Re: AmiGS cannot Print, because of "letter" bug !

@gerograph & Michael

It would be great if you could share your PageStream file so that we can compare the PS file generated from your both systems. It would also be interesting to see if Michael's PageStream file would produce a usable A4 PS file on gerograph's machien and vice versa.