Activity overview
Latest activity by jeromewilson
Hmmm, it's strange isn't it? It was compiled on my machine, copied to a bin directory on a server (64bit) and then copied back to my machine to be decompiled.
Oh well, if you happen to have any thoughts sometime about what might have caused it, it would be great to hear them [image] / comments
Hmmm, it's strange isn't it? It was compiled on my machine, copied to a bin directory on a server (64bit) and then copied back to my machine to be decompiled.
Oh well, if you happen to have any tho...
Thanks for the reply Olivier. I'm sure you're right - that it's optimisation. The thing is, I could have sworn that it was a debug build, 32bit. I'm not sure if debug builds still perform optimizations, I wouldn't have thought so, given the necessity to match line for line with the source when debugging, but I guess maybe the PDB sorts that out... / comments
Thanks for the reply Olivier. I'm sure you're right - that it's optimisation. The thing is, I could have sworn that it was a debug build, 32bit. I'm not sure if debug builds still perform optimizat...
Disassembly not as expected - Freddy Starr ate my var names!
So after a hard-drive crash I've lost some changes that hadn't been checked into VSS. I thought I'd decompile the relevant DLLs but it's giving me some unexpected results.
e.g. Original code:strSQL...