Ya, it is very strange....
I specified "EViews.Manager8" as the ProgID.
EVIEWS 7 ejected may be because I firstly tested the script by Matlab 2013a (32bit).
It never shown again.
Search found 9 matches
- Tue Oct 22, 2013 2:19 am
- Forum: Programming
- Topic: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
- Replies: 37
- Views: 39869
- Mon Oct 14, 2013 7:14 pm
- Forum: Programming
- Topic: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
- Replies: 37
- Views: 39869
Re: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
Dear Steve:
Yes, I did it every time.
Yes, I did it every time.
- Sun Oct 13, 2013 9:54 pm
- Forum: Programming
- Topic: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
- Replies: 37
- Views: 39869
Re: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
Dear Steve: Thanks for your kind try and help again~ When I run my script at the first time, I see EViews7.exe be started firstly, then EViews8_x64.exe follow up. After that, EViews8_x64.exe be started only (EViews7.exe never shown again). After I uninstall EViews 7 again, my script is not workable ...
- Fri Oct 11, 2013 1:05 am
- Forum: Programming
- Topic: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
- Replies: 37
- Views: 39869
Re: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
Dear Steve: I follow your guide to check the registration status. They are all ready. But Matlab (Matlab 2013a [64bit] and Matlab 2013b [32bit / 64bit]) still can't call EViews 8 (32bit / 64bit). After I re-installed EViews 7, my script are workable again! (Both hm = actxserver('EViews.Manager.8') a...
- Thu Oct 10, 2013 8:39 am
- Forum: Programming
- Topic: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
- Replies: 37
- Views: 39869
Re: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
Dear Steve: It still doesn't work. :cry: %% [Matlab Code] clear all; clc; hm = actxserver('EViews.Manager.8') % EViews 8 % hm = actxserver('Eviews.Manager') % EViews 7 hm = COM.Eviews_Manager h = hm.GetApplication(0) % h = Interface.EViews_8.0_Type_Library.IApplication % EViews 8 % h = Interface.EVi...
- Wed Oct 09, 2013 10:24 pm
- Forum: Programming
- Topic: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
- Replies: 37
- Views: 39869
Re: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
Dear Steve:
Thanks for your kind response again. I find out one reason why the script (program) doesn't work. It is failed after I uninstalled EViews 7.2. Matlab seem can only call EViews 7.2. Any suggestions about this situation?
Thanks for your kind response again. I find out one reason why the script (program) doesn't work. It is failed after I uninstalled EViews 7.2. Matlab seem can only call EViews 7.2. Any suggestions about this situation?
- Tue Oct 08, 2013 2:23 am
- Forum: Programming
- Topic: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
- Replies: 37
- Views: 39869
Re: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
Dear Steve: Thanks for your quick response. I re-registered all components (as image), but it still cannot work. However, I follow "EViews COM Automation Technical Docu" ( http://www.eviews.com/download/whitepapers/EViews_COM_Automation.pdf ), I find that it is workable to call EViews from...
- Sat Oct 05, 2013 6:48 pm
- Forum: Programming
- Topic: Calling Eviews program from Matlab
- Replies: 5
- Views: 8367
Re: Calling Eviews program from Matlab
Hi, All: I wrote the following script [part] to call EViews (64 bit) from Matlab 2013a (64 bit) four months ago. It was workable before, but it is failed now. I don't change anything. May anyone help me to solve this problem? Thanks! clear all; clc; hm = actxserver('Eviews.Manager') hm = COM.Eviews_...
- Sat Oct 05, 2013 4:46 am
- Forum: Programming
- Topic: Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
- Replies: 37
- Views: 39869
Call EViews 8 (64 bit) from Matalb 2013a (64 bit)
Hi, All: I wrote the following script [part] to call EViews (64 bit) from Matlab 2013a (64 bit) four months ago. It was workable before, but it is failed now. I don't change anything. May anyone help me to solve this problem? Thanks! clear all; clc; hm = actxserver('Eviews.Manager') hm = COM.Eviews_...
