Comments
Sort by recent activity
Thanks
anyway, please keep doing
The tool is just superB / comments
Thanks
anyway, please keep doing
The tool is just superB
Thank you
Tell me please - I see lots of logged IDs, are these to be included in the nearest build? eg - Reflector 7 b2 or Release?
just curious [image] / comments
Thank you
Tell me please - I see lots of logged IDs, are these to be included in the nearest build? eg - Reflector 7 b2 or Release?
just curious
Sure
/rapidshare.com/files/445278008/uo1.zip / comments
Sure
/rapidshare.com/files/445278008/uo1.zip
Hi,
here is the sample assembly http://www.multiupload.com/ASYE2OUYYG
try to Export the sources, then compile (it is .NET 4.0 assembly)
you'll find a couple of missed using directives / comments
Hi,
here is the sample assemblyhttp://www.multiupload.com/ASYE2OUYYG
try to Export the sources, then compile (it is .NET 4.0 assembly)
you'll find a couple of missed using directives
Thank you / comments
Thank you
any comments here?
OK, I'll show the code below (not compilable) and how I fixed it (after):
before
struct09c structc5 = structcArray[0];
.......
case 13:
return (structc5 = op_Increment(structc5));
case 14:
return (structc5 = op_Decrement(structc5));
after
case 13:
return ++structc5;
case 14:
return --structc5;
struct09c is rather complex, but is has the operators:
eg:
public static struct09c operator ++(struct09c p0)
{
return (p0 + f0002c5);
}
public static struct09c operator --(struct09c p0)
{
return (p0 - f0002c5);
} / comments
any comments here?
OK, I'll show the code below (not compilable) and how I fixed it (after):
before
struct09c structc5 = structcArray[0];
.......
case 13:
return (structc5 = op_Increment(structc5))...
Well, I guess it's obvious - holidays are still in enabled mode [image]
peaple are enjoying their good time, recalling the good job done in passing 2010.....
so do we? [image]
Happy New Year, dear colleagues!
:lol: / comments
Well, I guess it's obvious - holidays are still in enabled mode
peaple are enjoying their good time, recalling the good job done in passing 2010.....
so do we?
Happy New Year, dear colleagues!
:lol:
Hi, Clive, you said "in Reflector 7 you will get ...."
could you please unveil the release date please?
Thanks / comments
Hi, Clive, you said "in Reflector 7 you will get ...."
could you please unveil the release date please?
Thanks
Clive Tong wrote:
Thanks for reporting this.
As you say, the token parsing code is trying to parse the hex values of the token with the ]] appended.
I've logged it in our bug tracking database as issue 774.
Hi, Clive
Thanks for your reply
Are there any schedules for releasing new version? / comments
Clive Tong wrote:
Thanks for reporting this.
As you say, the token parsing code is trying to parse the hex values of the token with the ]] appended.
I've logged it in our bug tracking database a...
Clive Tong wrote:
It should be fixed for the next EAP release. That will probably be in the next couple of months.
Last question: it'll be fixed for both products (Refl & Refl Pro) ? / comments
Clive Tong wrote:
It should be fixed for the next EAP release. That will probably be in the next couple of months.
Last question: it'll be fixed for both products (Refl & Refl Pro) ?