Re: [CIL users] How to see the output of my new feature

2012-04-28 Thread srikanth vaindam
ya, you are right. my program doesn't print anything. When I added Printf.printf it worked. Now I am clear. thank you very much. (I am new to OCaml). Best Regards, Srikanth Vaindam On Sun, Apr 29, 2012 at 10:28 AM, Gabriel Kerneis wrote: > Le 28.04.2012 16:24, srikanth vaindam a écrit : > >

Re: [CIL users] How to see the output of my new feature

2012-04-28 Thread Gabriel Kerneis
Le 28.04.2012 16:24, srikanth vaindam a écrit : > how do we see the results of the modules.? Are you sure they output anything at all (using Printf.printf or Errormsg.log for instance)? Best, -- Gabriel -- Live Securit

Re: [CIL users] beginners questions

2012-04-28 Thread srikanth vaindam
this problem is solved. in main.ml I added "simpletest.feature;". when I captilized the s in "simpletest.feature" it compiled well. (Simpletest.feature). Best Regards, Srikanth Vaindam On Fri, Apr 27, 2012 at 10:02 PM, srikanth vaindam < srikanth.vain...@gmail.com> wrote: > I have an OCaml p