Activity overview
Latest activity by Elmue
Hello
It is really INCREDIBLE !
Right now .NET Reflector did an automatic update to version 6.6.0.30 and this old bug is NOT fixed !
3 months have passed by and nothing happened!
This explains why the quality of Relector is quite bad: Lots of bugs and even crashes are usual.
The explanation is: Nobody fixes them.
So what is the sense of this forum ?
People can post bugs here but they are ignored.
In the old times of Lutz Roeder the quality was much better.
Elmü / comments
Hello
It is really INCREDIBLE !
Right now .NET Reflector did an automatic update to version 6.6.0.30 and this old bug is NOT fixed !
3 months have passed by and nothing happened!
This explains why ...
Hello
This code looks correct.
Although a tiny optimization would be possible: IntPtr pSrcNativeVariant = new IntPtr();
pSrcNativeVariant = new IntPtr((void*) &gvariant);
could be replaced with IntPtr pSrcNativeVariant = new IntPtr((void*) &gvariant);
When will the new version come ?
Elmü / comments
Hello
This code looks correct.
Although a tiny optimization would be possible:IntPtr pSrcNativeVariant = new IntPtr();
pSrcNativeVariant = new IntPtr((void*) &gvariant&...
Hello
I created a new demo project for you.
As I nearly always get problems with email servers rejecting emails that contain an attachment with a EXE or DLL, I prefer not to send you an email.
I uploaded the demo project (Source code + compiled assembly) here: http://www.electronix.ch/ptbsync/.NetRe ... ugDemo.zip
! You should fix this bug before releasing the new version 7 !
Elmü / comments
Hello
I created a new demo project for you.
As I nearly always get problems with email servers rejecting emails that contain an attachment with a EXE or DLL, I prefer not to send you an email.
I up...
Hello Clive
Could you reproduce the bug ?
Elmü / comments
Hello Clive
Could you reproduce the bug ?
Elmü
Severe Bug in .NET Reflector 6.5.0.135 : Wrong Order
Hello
There is a severe bug in .NET reflector which modifies the order of the commands.
The following Managed C++ code calls into a unmanaged function.bool ManagedClass::ConvertValue(Object* o_...