Does anyone have the code for this? I would like to re-create it on my desktop using WLPro v5.6.
Size:
Color:
Size:
Color:
Translated using Dr. Koch's WL Translator; here's the result:
CODE:
Please log in to see this code.
I thought everything went well. But when I open it in WLPro 5.6 and hit the Compile button, I get a bunch of errors; how to fix them? [Hope nobody will say ask the developer as Dr. Koch doesn't frequent these forums any more.]
Size:
Color:
Wow, the translator really botched that one.
Size:
Color:
To fix compiler errors, you might want to look their meaning in MSDN (or Google them).
Size:
Color:
Well, one error is:
error CS0165 @ (39,37) : Use of unassigned local variable 'cnt'
Which is odd b/c the integer 'cnt' is defined just 3 lines above.
Size:
Color:
It is defined, but not assigned (properly):
CODE:
Please log in to see this code.
Should be:
CODE:
Please log in to see this code.
Size:
Color:
I see, thanks.
You think you or Cone can fix the Translator and release it as an updated version?
Size:
Color:
No, we have nothing to do with the Translator or its support. Whenever I say "translate", I mean to do it yourself in pure C#.
If I had any time to spend on this, I would put my efforts there instead of dealing with WSTL.
Size:
Color: