May 01, 2024, 02:20:12 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


readMEM and writeMEM

Started by LarryMc, April 17, 2007, 07:28:13 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

REDEBOLT

Don Dickinson has contributed programs to the programming community, including an xml parser and linked lists. They are written in PowerBASIC, and if you are interested, I can help in the translation.
Regards,
Bob

LarryMc

Quote from: REDEBOLT on April 20, 2007, 12:45:18 AM
Don Dickinson has contributed programs to the programming community, including an xml parser and linked lists. They are written in PowerBASIC, and if you are interested, I can help in the translation.
I've got a copy of that source code.
I've gotten some ideas from that but I intend to do it a little differently.
Like I said I'm kinda set in my ways.
I have to do it in a way my mind can understand.
May not wind up as good as his but that's hard to say.

And I'm playing.

Do appreciate the offer though and may take you up on parts of it.

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Parker

Here's my linked list if it helps anything. My first post code is broken (which was discussed in the topic), but both Paul's PointerList and my PLinkedList code work the same. http://www.ionicwind.com/forums/index.php/topic,1527.0.html

It might help to see how I did insertBefore and insertAfter.

LarryMc

FYI
My LinkList
Working on last method (ErrMsg), examples , and demos.
Should be done by tomorrow night then I'll need some "testers"

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Rock Ridge Farm (Larry)

I can do that - no idea what it is but I can test it.

REDEBOLT

Regards,
Bob

LarryMc

April 23, 2007, 01:18:33 PM #31 Last Edit: August 06, 2008, 10:20:40 PM by Larry McCaughn
Ok,
Here's my stab at an enhanced Linked List object.
See the methods in the help file for examples.

Larry


EDIT: Version 1.01 fixed a minor memory leak.
download moved to http://www.ionicwind.com/forums/index.php/topic,2613.0.html
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

LarryMc

July 13, 2007, 03:31:53 AM #32 Last Edit: August 06, 2008, 10:21:08 PM by Larry McCaughn
New version of my LinkList Class.
Fixed a minor memory leak.

http://www.ionicwind.com/forums/index.php/topic,2613.0.html

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library