PureBytes Links
Trading Reference Links
|
Hello,
A little bit more background:
Here is Microsoft link describing the innner workings.
When you pass arguments to OLE function, Windows is often converting
types using VariantChangeType function
http://msdn.microsoft.com/en-us/library/ms221258.aspx
The funciton can fail with number of errors and one of them is
DISP_E_OVERFLOW (0x8002000A) that shows up as "Out of present range"
As per Microsoft docs it means that the result of the conversion does
not fit in the destination type.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Tomasz Janeczko" <groups@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, November 17, 2008 11:56 PM
Subject: [amibroker] About "Out of present range" OLE error
> Hello,
>
> "Out of present range" is the error generated by Microsoft OLE library, when
> you call a method with a parameter that is outside of correct range.
> This is generic OLE error that occurs at system library level when OLE is passing values
> from the caller to callee.
> For example, when you specify negative number for parameter that is unsigned integer,
> or you specify array/collection element by item and that item does not exist.
> For example you may be specifying non-existing watch list, or non-existing
> signal, etc.
> It may also occur when you attempt to assign string to OLE variable/property parameter of
> date or currency type and string to date or string to currency conversion fails.
> The failure in string to date conversion can occur if for example the specified string
> does not follow specified locale (Windows control panel) or is ambigious or leads
> to non-existing date, such as 13/01/01 when system date format is MM/DD/YY.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> ------------------------------------
>
> **** IMPORTANT ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
>
> *********************
> TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
> *********************
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
> *********************************
> Yahoo! Groups Links
>
>
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
*********************************
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|