Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rasha5

#1
i am already have the "fet_ar.qm" in the "translations" folder and i tried to put it in the same directory folder with "fet-cl.exe" file
and then still get the "?? ?? ??" text ,
i will show you my code  here :
                string command = "--inputfile=\"D:\\TimeTable\\input\\Test3_data_and_timetable last.fet\" --outputdir=\"D:\\TimeTable\\output\" --language=ar";   
                string exec = @"C:\fet-5.46.1\fet-cl.exe";
                string retMessage = String.Empty;
                ProcessStartInfo startInfo = new ProcessStartInfo();
                Process p = new Process();

                startInfo.CreateNoWindow = true;
                startInfo.RedirectStandardOutput = true;
                startInfo.RedirectStandardInput = true;

                startInfo.UseShellExecute = false;
                startInfo.Arguments = command;
                startInfo.FileName = exec;
                p.StartInfo = startInfo;
                p.Start();

                using (StreamReader output = p.StandardOutput )
                {

                    retMessage = output.ReadToEnd();
                }

after this code the "retMessage" should give me the output and it shows in arabic somthing like this "?? ? ?? ?? ??" 
#2
Hello,

I'm using the fet-cl executable in c# project (on windows) when I use the command line with Ar parameter (Arabic language) it returns the conflict or error messages with  ?? characters and can't read them

and I'm using the last version of FET

#3
Get Help / Re: Activites for two subjects
June 06, 2020, 10:29:13 PM
ok it is fine I will use it
thanks a lot
#4
Get Help / Re: Activites for two subjects
June 06, 2020, 03:29:15 AM
Hi Liviu,

Yes, I will use it but it will required every activity in the first subject will add to the constrain with all activities of the second subject and so on
so I will add more constraints number of them will equal to the number of activities of the first subject.
this is right? 
#5
Get Help / Activites for two subjects
June 04, 2020, 11:39:31 PM
Hi
How to mack activities of two subjects not be on the same day on the table
#6
من فضلكم كيفية اعداد القيود لمنع تواجد مادتين فى نفس اليوم فى الجدول
#7
Programming Help / Re: Use FET CL
April 02, 2020, 03:12:21 PM
Hi Liviu  :D

Thanks a lot for your quick reply.
I'm really grateful for your help, I will do these steps if I need

but I found the command line file and I used it  :D

#8
Programming Help / Re: Use FET CL
April 01, 2020, 02:57:23 AM
Hi Liviu  :D

I read the README more times and but it difficult for me to get steps and software needed to compile FET on windows

PLZ can you define them for me

thanks
#9
Programming Help / Re: Use FET CL
March 22, 2020, 09:39:28 PM
Thanks a lot, Liviu Lalescu

How can I found the fet-cl executable ?

do you mean  .fet file is the input xml file to  the command line?
How can generate it with the .fet extension
#10
Programming Help / Use FET CL
March 22, 2020, 08:51:09 PM
Hi,

I am trying to work with the src-cl project to figure out the main parts of your implementation

How can I install src-cl and integrate it with c# project to generate school timetable