Hello friends, I need an urgent help on importing dll. In my Python script i m importing a dll written in vb .net. I m callng a function of initialisation in my script.It takes 2 arguments.One path of xml file and 2nd a string.It returns an integer ,0 for success ,else error.The second argument is passed by reference.So if success,it will get updated by success message.Otherwise, get updated with error message.
When my script receives the integer,i must just print the message in the second variable I m not able to do that.Please give me a help asp...