Hello Everyone,

Recently I switched from Matlab to Scilab and I would like to keep using my "old" scripts that utilize activex control, a.k.a. automation. I am hence very new to Scilab and have "only" installed the basic package, i.e. Scilab 5.4.0-64bit.

I found <a href="http://forge.scilab.org/index.php/p/ole/source/tree/master/" target="_top" rel="nofollow" link="external">this very nice ole_automation module</a> from Allan Cornet, but I just cannot get it to build/run.

Here is what I get when trying to build this module:

*****************************************
->exec('C:\Users\[mypath]\automation\build.txt', -1)
-->// ====================================================================
-->// Allan CORNET 
-->// Copyright DIGITEO 2011
-->// ====================================================================


-->mode(-1);
Building macros...
-- Creation of [automationlib] (Macros) --
genlib: Processing file: ole_getOlePath.sci
genlib: Processing file: %VARIANT_size.sci
genlib: Processing file: %VARIANT_p.sci
genlib: Processing file: %VARIANT_e.sci
genlib: Processing file: %ptr_p.sci
genlib: Regenerate names and lib

<b>-->exec('C:\Users\[mypath]\automation\loader.sce', -1)
Start Automation for Scilab
Load gateways
WARNING: automation gateways not loaded.

-->pWord = ole_actxserver("Word.Application");
!--error 4 
Undefined variable: ole_actxserver</b>
*****************************************


Again, I am very new to Scilab. Maybe thert is a very basic thing I do not know about building modules.

Any help would be highly appreciated.

Thank you!
W.

Scilab: 5.4.0 - 64bit
Win7 - 64bit

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://mailinglists.scilab.org/Automation-module-won-t-build-run-tp4025076.html">Automation module won't build/run ??</a><br/>
Sent from the <a href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">Scilab users - Mailing Lists Archives mailing list archive</a> at Nabble.com.<br/>