Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi , Can you pls explain the example projects given in nxbre-3_2_0.(http://sourceforge.net/apps/trac/nxbre/wiki/examples[^])

i have taken login.csproj for reference. I created one sample form application and tried to call the login project. but it expects arguments to be passed. What arguments i have to pass and from where. I would be really appreciated if u can provide me the code.

I did it like this. but nothing worked :(

C#
 private void Form1_Load(object sender, EventArgs e)
 {
 string RuleFilePath= "D:\\login\\login.xbre";
 ReadRule objRead = new ReadRule(RuleFilePath);
 NxBRE.Imp.Implementation.Execution exec = new NxBRE.Imp.Implementation.Execution();
 //Login lg = new Login(RuleFilePath, SourceLevels.Warning, SourceLevels.Warning);
 string[] al = { "-s" }; //What arg to be passed?
 Login.Main(al);
}


Where the login.xbre file to be passed?? pls help..


Also From the .xbre file my understanding is this. Correct me if i am wrong.
The input to be given is 'incrementor' and output will be 'Login Result' or ' incrementor'.
How these output can be get to our .cs pages. Is 'Saverulebase' doing this? Pls help me to undrstand the basics.
Posted
Updated 11-Oct-12 22:57pm
v4
Comments
Sergey Alexandrovich Kryukov 12-Oct-12 17:34pm    
The link does not seem correct -- please check up.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900