I have some jar files which I converted to .dll using IKVM tool.
My problem is the converted classes contains '$'.
When I try to create an instance of that class, my code becomes invalid because of '$'.
Can this be fixed?
I have some jar files which I converted to .dll using IKVM tool.
My problem is the converted classes contains '$'.
When I try to create an instance of that class, my code becomes invalid because of '$'.
Can this be fixed?