This is a migrated thread and some comments may be shown as answers.

Decompiled code is generating wrong datatypes ...

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Deepak Vasudevan
Top achievements
Rank 2
Deepak Vasudevan asked on 11 Apr 2013, 03:03 PM
I tested with a small piece of code with Decompile. It generates a wrong code  like below

if ((ulong)position > (long)capacity)

causing compiler errors:

error CS0019: Operator '>' cannot be applied to operands of type 'ulong' and 'long'

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 12 Apr 2013, 08:40 AM
Hello,

 Thanks for getting back to us on that issue. Is it the latest version of JustDecompile that produces this code? If not could you please update to latest?

If it's the latest we cannot do much without having the original assembly that exhibits this error. Is it possible that you send over the assembly?

Greetings,
Tsviatko Yovtchev
the Telerik team
Tell us what you think about JustDecompile. Your opinion matters! You can use our forum, or our JustDecompile UserVoice website for feature requests.
Tags
General Discussions
Asked by
Deepak Vasudevan
Top achievements
Rank 2
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or