I am trying to put .dll fles in my .exe file and I am getting this error:
ILMerge.exe: The assembly 'Final' has a value for it's PeKind flag
'Ilonly, requires32bits' that is not compatible with 'Ilonly, requires 32
bits, prefers32bits'
I entered this command in the command line:
ILMerge.exe exe\ConsoleApplication1.exe lib\Final.dll /out:Final.exe /closed /zeroPeKind
Could anyone help me on this? I am not sure what this means, thank you!