[Scilab-users] SCETOEXE module issues under windows x64

2013-09-02 Thread Stephane BECU


Dear all,

After some investigations, I found that the DLLS issue came from a bug of the 
scetoexe module when used with Windows x64 scilab versions. I noticed the issue 
with both scilab 5.3.3 and scilab 5.4.1. Is there any update opf the module to 
make it run safely under windows x64?

Thanks for reply,





De : Stephane BECU
Envoy? : jeudi 29 ao?t 2013 15:41
? : International users mailing list for Scilab.
Objet : RE: [Scilab-users] Convert scilab sce files into executable files

Thanks Samuel for reply,

I've tried using scetoexe but it did seem that straightforward. Some error 
messages appeared in the windows console when running the generated .exe 
file"CAN NOT LOAD DLLS".
When copying from the SCI/bin directory  to my application directory the 
following dll libraries the same error mesages appeared:


  *   call_scilab.dll
  *   api_scilab.dll
  *   output_stream.dll
  *   libscilab.dll
  *   fileio.dll
  *   MALLOC.dll



De : users-boun...@lists.scilab.org de la part de Samuel Gougeon
Envoy? : mercredi 28 ao?t 2013 15:13
? : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Convert scilab sce files into executable files

Hello,

Le 28/08/2013 13:17, Stephane BECU a ?crit :
I'd like to compile .sce scilab files into .exe files in order to create a 
program which does not need the scilab software to be installed (standalone 
program). I've read many different ways to do that based on implementation of a 
c++ code using call_scilab or api_scilab libraries or simply using the 
'scetoexe' ATOMS module.
executables made through scetoexe need Scilab to be installed.

Equalis is proposing a product fullfilling your requirements:
http://www.equalis.com/?page=CoderAndCompiler

As far as i know, it is the only possibility to do that.

Regards
Samuel Gougeon

[Maya Technologies] Stephane BECU

Tel: 0438495901
Mobile:
www.maya-technologies.com<http://www.maya-technologies.com>

Maya Technologies
La Petite Halle
ZAC Bouchayer Viallet
31, rue Gustave Eiffel
38 000 Grenoble


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] SCETOEXE module issues under windows x64

2013-09-02 Thread Stephane BECU
Dear ell,

After some investigations, I found that the DLLS issue came from a bug of the 
scetoexe module when used with Windows x64 scilab versions. I noticed the issue 
with both scilab 5.3.3 and scilab 5.4.1. Is there any update opf the module to 
make it run safely under windows x64?

Thanks for reply,





De : Stephane BECU
Envoy? : jeudi 29 ao?t 2013 15:41
? : International users mailing list for Scilab.
Objet : RE: [Scilab-users] Convert scilab sce files into executable files

Thanks Samuel for reply,

I've tried using scetoexe but it did seem that straightforward. Some error 
messages appeared in the windows console when running the generated .exe 
file"CAN NOT LOAD DLLS".
When copying from the SCI/bin directory  to my application directory the 
following dll libraries the same error mesages appeared:


  *   call_scilab.dll
  *   api_scilab.dll
  *   output_stream.dll
  *   libscilab.dll
  *   fileio.dll
  *   MALLOC.dll



De : users-boun...@lists.scilab.org de la part de Samuel Gougeon
Envoy? : mercredi 28 ao?t 2013 15:13
? : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Convert scilab sce files into executable files

Hello,

Le 28/08/2013 13:17, Stephane BECU a ?crit :
I'd like to compile .sce scilab files into .exe files in order to create a 
program which does not need the scilab software to be installed (standalone 
program). I've read many different ways to do that based on implementation of a 
c++ code using call_scilab or api_scilab libraries or simply using the 
'scetoexe' ATOMS module.
executables made through scetoexe need Scilab to be installed.

Equalis is proposing a product fullfilling your requirements:
http://www.equalis.com/?page=CoderAndCompiler

As far as i know, it is the only possibility to do that.

Regards
Samuel Gougeon

[Maya Technologies] Stephane BECU

Tel: 0438495901
Mobile:
www.maya-technologies.com<http://www.maya-technologies.com>

Maya Technologies
La Petite Halle
ZAC Bouchayer Viallet
31, rue Gustave Eiffel
38 000 Grenoble


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Convert scilab sce files into executable files

2013-08-29 Thread Stephane BECU
Thanks Samuel for reply,

I've tried using scetoexe but it did seem that straightforward. Some error 
messages appeared in the windows console when running the generated .exe 
file"CAN NOT LOAD DLLS".
When copying from the SCI/bin directory  to my application directory the 
following dll libraries the same error mesages appeared:


  *   call_scilab.dll
  *   api_scilab.dll
  *   output_stream.dll
  *   libscilab.dll
  *   fileio.dll
  *   MALLOC.dll



De : users-boun...@lists.scilab.org de la part de Samuel Gougeon
Envoy? : mercredi 28 ao?t 2013 15:13
? : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Convert scilab sce files into executable files

Hello,

Le 28/08/2013 13:17, Stephane BECU a ?crit :
I'd like to compile .sce scilab files into .exe files in order to create a 
program which does not need the scilab software to be installed (standalone 
program). I've read many different ways to do that based on implementation of a 
c++ code using call_scilab or api_scilab libraries or simply using the 
'scetoexe' ATOMS module.
executables made through scetoexe need Scilab to be installed.

Equalis is proposing a product fullfilling your requirements:
http://www.equalis.com/?page=CoderAndCompiler

As far as i know, it is the only possibility to do that.

Regards
Samuel Gougeon

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Convert scilab sce files into executable files

2013-08-28 Thread Stephane BECU
Hello,

I'd like to compile .sce scilab files into .exe files in order to create a 
program which does not need the scilab software to be installed (standalone 
program). I've read many different ways to do that based on implementation of a 
c++ code using call_scilab or api_scilab libraries or simply using the 
'scetoexe' ATOMS module.
Can anybody tells me what the best way shall be to insure perennity and 
robustness of my application?

Thanks in advance,

St?phane B?cu
[Maya Technologies] Stephane BECU

Tel: 0438495901
Mobile:
www.maya-technologies.com<http://www.maya-technologies.com>

Maya Technologies
La Petite Halle
ZAC Bouchayer Viallet
31, rue Gustave Eiffel
38 000 Grenoble


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] X Y coordinates in a scilab plot

2013-03-28 Thread Stephane BECU


Thanks Serge for your reply, but I'm not sure it answered my problem. In fact I 
want to know how to calculate the appropriate coordinates to place the ttext at 
the relevant poisiton of my plot...



St?phane


De : users-boun...@lists.scilab.org de la part de Serge Steer
Envoy? : mercredi 27 mars 2013 18:58
? : International users mailing list for Scilab.
Objet : Re: [Scilab-users] X Y coordinates in a scilab plot

Le 27/03/2013 14:38, Stephane BECU a ?crit :

Hello,



I'd like to add a characters string in a scilab plot. Using the "xstring()" 
function , I have to fix the positon of the text giving the X Y coordinates of 
the left bottom point of the box containing the text. I was wondring where was 
the origin position and how to know which distance should be considered?



The string is supposed enclosed into a rectangle. The coordinates required for 
xstring are the coordinates of the top left corner of the rectangle
If you want to know the actual dimension of the minimal rectangle containing a 
string you may use the xstringl function.
Serge Steer

Thanks for help,



St?phane

[Maya Technologies] Stephane BECU

Tel: +33 4 38 49 59 01
Mobile:
www.maya-technologies.com<http://www.maya-technologies.com>

Maya technologies
La Petite Halle
ZAC Bouchayer Viallet
31, rue Gustave Eiffel
38 000 Grenoble





___
users mailing list
users@lists.scilab.org<mailto:users@lists.scilab.org>
http://lists.scilab.org/mailman/listinfo/users


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] X Y coordinates in a scilab plot

2013-03-27 Thread Stephane BECU
Hello,



I'd like to add a characters string in a scilab plot. Using the "xstring()" 
function , I have to fix the positon of the text giving the X Y coordinates of 
the left bottom point of the box containing the text. I was wondring where was 
the origin position and how to know which distance should be considered?



Thanks for help,



St?phane

[Maya Technologies]     Stephane BECU

Tel: +33 4 38 49 59 01
Mobile:
www.maya-technologies.com<http://www.maya-technologies.com>

Maya technologies
La Petite Halle
ZAC Bouchayer Viallet
31, rue Gustave Eiffel
38 000 Grenoble


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users