Search found 77 matches

by coffee
Mon Nov 08, 2021 6:25 pm
Forum: Coding Questions
Topic: pict format
Replies: 3
Views: 1165

pict format

Hi all,
i need to convert an apple format PICT (filename: 2021-653-001.raw.PICT) to jpg. Anybody knows how that is done?
Unfortunately i would not have a chance to check it with an apple computer.
if you need file please let me know, i send or out it somewhere.
thanks in advance
by coffee
Sun Aug 29, 2021 10:31 am
Forum: Coding Questions
Topic: Reading, writing and deleting outlook appointments
Replies: 0
Views: 1784

Reading, writing and deleting outlook appointments

Hi,

does anyone have working examples of reading, writing and deleting outlook appointments (planner). All the ones I found, don't work.
I would like to be able to do this for single or monthly appointments.

thank you very much.
by coffee
Sun Jun 20, 2021 3:40 pm
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 212051

Re: PureBasic 6.00 Alpha 2 released !

Hi,

I tried the A 2 release and get an POLINK: fatal error: File not found: 'C:\Program.obj'

this happens for all may files that I try to compile - with or without debug.
Win10 current x64. I don't have Pelles C, but Visual Studio 2019 installed.
Any help possible?
by coffee
Fri Apr 30, 2021 6:14 pm
Forum: Coding Questions
Topic: services and more
Replies: 5
Views: 1067

Re: services and more

yup
by coffee
Fri Apr 30, 2021 6:00 pm
Forum: Coding Questions
Topic: services and more
Replies: 5
Views: 1067

Re: services and more

download not possible. will include processes?
by coffee
Fri Apr 30, 2021 5:51 pm
Forum: Coding Questions
Topic: services and more
Replies: 5
Views: 1067

Re: services and more

hi,
yes, but problem is larger. The codes on the forum for services don't seem to work - they are very old.
i wished that someone would have an idea on how to get together that thingy with service and processes - memory and when are they stuck.
by coffee
Fri Apr 30, 2021 5:10 pm
Forum: Coding Questions
Topic: services and more
Replies: 5
Views: 1067

services and more

Hi you all,

I searched the forum for some code, that will work for services, but most of it is so old that it doesn't work.
My problem:
1.) I need to find services/processes by name. When they are hung (dead), they still show running for some reason, but they not use any memory.
2.) Services are ...
by coffee
Mon Mar 15, 2021 7:53 pm
Forum: Tricks 'n' Tips
Topic: Simple CRC64 Routine
Replies: 13
Views: 8111

Re: Simple CRC64 Routine

thank you all for your help and suggestions. this works for me:


EnableExplicit

DeclareModule CRC64

Declare.s CRC64StringFingerprintHex(text.s)
Declare.s CRC64File(filename.s)
Declare.q CRC64StringFingerprint(text.s)

EndDeclareModule

Module CRC64

Procedure.q CRC64Fingerprint(*Buffer ...
by coffee
Sat Mar 13, 2021 10:47 pm
Forum: Coding Questions
Topic: CRC 64
Replies: 1
Views: 1029

CRC 64

Hi,

Really need crc64 - fast for string and file.
Can you help?

thanks
by coffee
Sat Mar 13, 2021 10:46 pm
Forum: Tricks 'n' Tips
Topic: Simple CRC64 Routine
Replies: 13
Views: 8111

Re: Simple CRC64 Routine

Hi,

this doesn't work for the current PB Version.
Really need crc64 - fast for string and file.
Can you help?

thanks
by coffee
Sun Jul 26, 2020 10:04 am
Forum: Announcement
Topic: ProGUI Update, Graph Library and Experimental V2
Replies: 93
Views: 44216

Re: ProGUI Update, Graph Library and Experimental V2

windows 7 is not needed for me
by coffee
Fri Jun 12, 2020 11:36 am
Forum: Coding Questions
Topic: Drag+Drop in a listicon
Replies: 16
Views: 5501

Re: Drag+Drop in a listicon

Thanks JHPJHP and RASHAD - you both really helped me.
by coffee
Thu Jun 11, 2020 2:39 pm
Forum: Coding Questions
Topic: Drag+Drop in a listicon
Replies: 16
Views: 5501

Re: Drag+Drop in a listicon

hi RASHAD,

this is neat. Howto more than 1 row?
by coffee
Sun Jun 07, 2020 6:12 am
Forum: Coding Questions
Topic: Drag+Drop in a listicon
Replies: 16
Views: 5501

Re: Drag+Drop in a listicon

thanks JHPJHP and Marc56us.

that really helped.
by coffee
Sat Jun 06, 2020 9:09 am
Forum: Coding Questions
Topic: Drag+Drop in a listicon
Replies: 16
Views: 5501

Drag+Drop in a listicon

hi,
i know that this might be a stupid question, but i am looking for an example/demo for dragging more than 1 line in a ListIconGadget from one place to another.
i like to select lets say 3 lines in a ListIconGadget and move it lets say to the top of the list and drop it there.
anybody some demo ...