PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "tech917" <tech917@xxx> wrote:
>
> Does Windows Vista x64 or Amibroker needs special configuration for
> scripts such as the one below to be executed successfully? The
> ability to run automated imports of stocks is an essential requirement
> for me, if it's not possible I won't purchase Amibroker 5.10. I know
> that it worked fine with older Amibroker 4.x versions and Windows
> 2000, but with Vista Business x64, it does currently NOT work!
>
> test();
>
> function test( )
> {
> var AmiBroker;
> var stock;
>
> /* Create AmiBroker app object */
> AmiBroker = new ActiveXObject( "Broker.Application" );
> stock = AmiBroker.Stocks.Add("Hello");
> /* refresh ticker list and windows */
> AmiBroker.RefreshAll();
> AmiBroker.Quit();
>
> }
addendum: I know that the trial version doesn't save its database, so
AmiBroker.Quit() makes no sense and should be omitted. I entered
Amibroker.Quit() just to see whether Amibroker reacts to the executed
script. Also with AmiBroker.Quit() omitted, above script doesn't
work under Vista Business x64 with Amibroker 5.10 Standard. I don't
know whether this is the expected behavior of Amibroker or whether
Vista needs special configuration.
------------------------------------
**** 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/
|