Re: [fpc-pascal] with statement using mulltiple objects

2014-09-14 Thread Jim Leonard
reference. -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag! ___ fpc-pascal maillist

Re: [fpc-pascal] Illeagal assignment to For Loop variable in Free pascal

2014-06-17 Thread Jim Leonard
from the Free Pascal - General mailing list archive at Nabble.com. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal -- Jim Leonard (trix...@oldskool.org) Check out some trippy

Re: [fpc-pascal] Identifier not found MEMW

2014-05-08 Thread Jim Leonard
could advise how difficult it would be to port... -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag

Re: [fpc-pascal] lazarus not reachable

2014-04-06 Thread Jim Leonard
/fpc-pascal -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag! ___ fpc-pascal

Re: [fpc-pascal] lazarus not reachable

2014-04-06 Thread Jim Leonard
On 4/6/2014 4:40 PM, m...@rpzdesign.com wrote: Jim: Are you able to web surf to the lazarus.freepascal.org web site? Yes. -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org

Re: [fpc-pascal] Elegant way to switch sort mechanism in TSortedCollection?

2014-03-13 Thread Jim Leonard
. -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag! ___ fpc-pascal maillist - fpc

Re: [fpc-pascal] Elegant way to switch sort mechanism in TSortedCollection?

2014-03-13 Thread Jim Leonard
of the methods, but if not, it sounds like this is what I'll have to do unless I want to write my own custom data structure for this process. -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http

Re: [fpc-pascal] Elegant way to switch sort mechanism in TSortedCollection?

2014-03-13 Thread Jim Leonard
On 3/13/2014 9:49 AM, Jim Leonard wrote: On 3/12/2014 6:58 PM, Philippe wrote: you could - store the actual collection to a TMemoryStream, - destroy the collection, - Load then a new collect to be sort with different method ... Yes, that's what I'm doing now for every re-sort. Actually

Re: [fpc-pascal] Elegant way to switch sort mechanism in TSortedCollection?

2014-03-13 Thread Jim Leonard
iteration depending on the number and status of the entries. -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag

[fpc-pascal] Elegant way to switch sort mechanism in TSortedCollection?

2014-03-12 Thread Jim Leonard
routines for a plain TCollection)? -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag

Re: [fpc-pascal] Elegant way to switch sort mechanism in TSortedCollection?

2014-03-12 Thread Jim Leonard
Sorry, some Turbo Pascal-isms in my initial mail -- I see that FreePascal's TCollection class has an explicit .Sort method so this helps me re-sort on demand, but it doesn't help me switch the Compare method. So, my question still stands. On 3/12/2014 1:51 PM, Jim Leonard wrote: I'm working

Re: [fpc-pascal] Elegant way to switch sort mechanism in TSortedCollection?

2014-03-12 Thread Jim Leonard
only through inserts and deletes. -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag

Re: [fpc-pascal] TSortedCollection dupes ordering

2014-02-06 Thread Jim Leonard
is 'large'... but then again... some thought and meditation is necessary ;) Not much thought required -- a pointer to the record is 4 bytes, no matter how large the record is. In fact, it's probably faster than what you're doing, and more flexible. -- Jim Leonard (trix...@oldskool.org) Check out

Re: [fpc-pascal] TSortedCollection dupes ordering

2014-02-05 Thread Jim Leonard
; end; -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag! ___ fpc-pascal maillist

Re: [fpc-pascal] TSortedCollection dupes ordering

2014-02-04 Thread Jim Leonard
, then call a normal .Insert? Why overload something if there isn't really a need to? -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my

Re: [fpc-pascal] how to pass a procedure address and execute it?

2014-01-23 Thread Jim Leonard
model, whose entire model (inheritance) addresses this sort of thing. -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane and trying to steal my magic bag

Re: [fpc-pascal] Proper way to cast dynamic array in watch window?

2013-11-10 Thread Jim Leonard
On 11/10/2013 2:41 AM, Jürgen Hestermann wrote: But the debugger is not able to do this. So you need to write foo^[i] when you want to examine this value in watch window or other debug windows. Works perfectly, thanks very much. -- Jim Leonard (trix...@oldskool.org) Check out some trippy

[fpc-pascal] Proper way to cast dynamic array in watch window?

2013-11-09 Thread Jim Leonard
aren't working. What is the proper way to cast dynamic arrays so that I can inspect them in the watch window? -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.oldskool.org/ You're all insane

[fpc-pascal] Viewing disassembly without call stack?

2013-11-06 Thread Jim Leonard
is something where I can rewrite a line/section, compile, and then view the disassembly to see if what I wrote produces more optimal code. -- Jim Leonard (trix...@oldskool.org) Check out some trippy MindCandy: http://www.mindcandydvd.com/ A child borne of the home computer wars: http