Tagged Questions

3
votes
1answer
408 views

what's the difference between PE32+ and PE32

when running Corflags on some dll, some show as PE32 and some show as PE32+. I am wondering what's the difference?
3
votes
4answers
1k views

How to programatically set or clear the 32BIT flag?

When compiling, I always set it for Any CPU. However there are some customers that do not have a 64 bit version of a required binary, even when running on an x64 system. In these instances I have ...
2
votes
1answer
988 views

CorfFlags warning CF011 about strong name signed even after /force

Im trying to use Corflags to get PartCover running under x64. When I use: CorFlags.exe PartCover.exe /32BIT+ /Force i get: corflags : warning CF011 : The specified file is strong name signed. Using ...
0
votes
1answer
163 views

Does ILOnly = 0 mean C++/CLI?

Does ILOnly=0 when using corflags means the assembly is built using C++/CLI?