| View previous topic :: View next topic |
| Author |
Message |
Tobias Guest
|
Posted: Tue May 15, 2007 7:00 pm Post subject: Int64 OleVarinat Delphi 5 |
|
|
Is there a work around for passing int64 values to OleVariant in Delphi 5?
Or passing int64 values to Ole automation in delphi 5?
//Tobias |
|
| Back to top |
|
 |
Dmitry Streblechenko Guest
|
Posted: Tue May 15, 2007 10:19 pm Post subject: Re: Int64 OleVarinat Delphi 5 |
|
|
Cast OleVariant to tagVariant (?) structure and populate/access the fields
explicitly.
Set vt field to VT_I8 and llval to an Int64 value.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Tobias" <tobias__a (AT) hotmail (DOT) com> wrote in message
news:4649bd16$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Is there a work around for passing int64 values to OleVariant in Delphi 5?
Or passing int64 values to Ole automation in delphi 5?
//Tobias
|
|
|
| Back to top |
|
 |
|