<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>RE : [scilab-Users] scilab 5.2.2 32 bits under Win7 64 bits</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello,<BR>
<BR>
I found my mistake<BR>
<BR>
I forgot that I let the instruction<BR>
<BR>
fic=fopen("c:\dummy.txt","a");<BR>
fprintf(fic,"test\n");<BR>
fclose(fic);<BR>
<BR>
this instruction did work with windows XP but not with windows 7 ;<BR>
I guess it is a problem of rights (although I am administrator ...)<BR>
<BR>
<BR>
Guylaine<BR>
<BR>
<BR>
<BR>
-------- Message d'origine--------<BR>
De: Collewet Guylaine [<A HREF="mailto:guylaine.collewet@cemagref.fr">mailto:guylaine.collewet@cemagref.fr</A>]<BR>
Date: ven. 10/12/2010 15:32<BR>
À: users@lists.scilab.org<BR>
Objet : RE : [scilab-Users] scilab 5.2.2 32 bits under Win7 64 bits<BR>
<BR>
thank you for your answer<BR>
<BR>
my function did work with scilab 5.2.2 under windows XP<BR>
<BR>
I first tested it without re-building it (the builder had been executed under windows XP) : it failed<BR>
<BR>
then I run the builder : it seemed to run properly, but the function failed too<BR>
<BR>
I suppose that the builder generated a 32 bits library since I used visual studio 9.0 installed in the Program Files (x86) directory<BR>
<BR>
Guylaine<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
-------- Message d'origine--------<BR>
De: Allan CORNET [<A HREF="mailto:allan.cornet@scilab.org">mailto:allan.cornet@scilab.org</A>]<BR>
Date: ven. 10/12/2010 15:24<BR>
À: users@lists.scilab.org<BR>
Objet : RE: [scilab-Users] scilab 5.2.2 32 bits under Win7 64 bits<BR>
<BR>
Hi,<BR>
<BR>
<BR>
<BR>
There is no problem to use scilab 32 bits on 64 bit platform Windows.<BR>
<BR>
<BR>
<BR>
About your  functions, please check that:<BR>
<BR>
<BR>
<BR>
Librairies 32 bits used ONLY with Scilab 32 bits<BR>
<BR>
Librairies 64 bits used ONLY with Scilab 64 bits<BR>
<BR>
<BR>
<BR>
You can also try to debug your functions to extend compatibility with 64<BR>
bits :<BR>
<BR>
<A HREF="http://wiki.scilab.org/How_to_debug_an_external_source_code_linked_to_scilab">http://wiki.scilab.org/How_to_debug_an_external_source_code_linked_to_scilab</A><BR>
_with_Visual_Studio<BR>
<BR>
<BR>
<BR>
Best regards<BR>
<BR>
<BR>
<BR>
Allan CORNET<BR>
<BR>
<BR>
<BR>
De : Collewet Guylaine [<A HREF="mailto:guylaine.collewet@cemagref.fr">mailto:guylaine.collewet@cemagref.fr</A>]<BR>
Envoyé : vendredi 10 décembre 2010 15:17<BR>
À : users@lists.scilab.org<BR>
Objet : [scilab-Users] scilab 5.2.2 32 bits under Win7 64 bits<BR>
<BR>
<BR>
<BR>
Hello,<BR>
<BR>
I am trying to work with scilab 5.2.2 32 bits under Win7 64 bits<BR>
I have problems with own-written contribs, some functions (especially one<BR>
written in C++) fail (scilab must be closed)<BR>
<BR>
is it possible to work with a 32 bits version in my case ?<BR>
or is it mandatory to work with the 64 bits version<BR>
<BR>
thanks<BR>
<BR>
Guylaine Collewet<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>