T
Tim Marsden
Hello
I have written a script (using notepad):
class ExpressionEvaluator
{
function Evaluate(Expression : String)
{
return eval(Expression);
}
}
I use the jsc.exe to create a dll which I use in my vb.net project.
I need to give the dll a strong name.
I have tried al.exe but can't get it to work.
(I do not know any jscript at all)
Any ideas.
Tim
I have written a script (using notepad):
class ExpressionEvaluator
{
function Evaluate(Expression : String)
{
return eval(Expression);
}
}
I use the jsc.exe to create a dll which I use in my vb.net project.
I need to give the dll a strong name.
I have tried al.exe but can't get it to work.
(I do not know any jscript at all)
Any ideas.
Tim