[fpc-pascal] March 2025? :o

2011-11-02 Thread silvioprog
Hi,

I have accessed the link
"http://lists.freepascal.org/lists/fpc-pascal/"; to read old entries.
And I saw that the last date is 2025, please see:
http://imagebin.org/182128

Thx.

-- 
Silvio Clécio
===
Blog - 
Twitter - 
Facebook - 
LazSolutions - 
Lazarus-BR - 
===
   * Conheça nosso canal IRC sobre Lazarus: #lazarus-br *
===
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] array of const and longword

2011-11-02 Thread Seth Grover
I've got a routine that takes an "array of const" argument, then loops
through the arguments looking at args[i].vtype and and doing something
based on the VType value of each argument. Works like a charm.

However, I've noticed that while there's a vtInteger type, a vtInt64
type, and a vtQWord type, there is no vtLongWord type. This means that
any longwords that get passed in get treated as longints in my
function.

It's not a huge deal, since it's basically just a logging/debugging
routine, but is there any way around this, other than casting it as an
int64 or a qword or something on the caller side?

Thanks,

-SG


--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidental.

Seth Grover
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] March 2025? :o

2011-11-02 Thread Jonas Maebe

On 02 Nov 2011, at 20:34, silvioprog wrote:

> I have accessed the link
> "http://lists.freepascal.org/lists/fpc-pascal/"; to read old entries.
> And I saw that the last date is 2025

That's what happens when someone sends a mail while their system clock is set 
such a date in the future.


Jonas___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] March 2025? :o

2011-11-02 Thread silvioprog
2011/11/2 Jonas Maebe :
>
> On 02 Nov 2011, at 20:34, silvioprog wrote:
>
>> I have accessed the link
>> "http://lists.freepascal.org/lists/fpc-pascal/"; to read old entries.
>> And I saw that the last date is 2025
>
> That's what happens when someone sends a mail while their system clock is set 
> such a date in the future.

:D

-- 
Silvio Clécio
===
Blog - 
Twitter - 
Facebook - 
LazSolutions - 
Lazarus-BR - 
===
   * Conheça nosso canal IRC sobre Lazarus: #lazarus-br *
===
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal