Xonxt / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

x86 assembly is compiled as AnyCPU #822

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using March 2011. The x86 is compiled as AnyCPU and the x64 version is compiled 
as x64. The x86 should be compiled as x86.

Original issue reported on code.google.com by testal...@gmail.com on 2 Aug 2011 at 8:05

GoogleCodeExporter commented 9 years ago
Which assembly are you referring to, exactly?

Original comment by promit....@gmail.com on 21 Aug 2011 at 12:19

GoogleCodeExporter commented 9 years ago
The x86 SlimDX.dll is compiled as AnyCPU, the x64 assembly is correct.

ILSpy reports:

// C:\Program Files (x86)\SlimDX SDK (March 2011)\Bin\net40\x86\SlimDX.dll
// SlimDX, Version=4.0.11.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9

// Architecture: AnyCPU
// This assembly contains unmanaged code.
// Runtime: .NET 4.0

// C:\Program Files (x86)\SlimDX SDK (March 2011)\Bin\net40\x64\SlimDX.dll
// SlimDX, Version=4.0.11.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9

// Architecture: x64
// This assembly contains unmanaged code.
// Runtime: .NET 4.0

Original comment by testal...@gmail.com on 22 Aug 2011 at 1:58

GoogleCodeExporter commented 9 years ago
Should be fixed by default in the new release. Let's just try not to be 
boneheaded this time.

Original comment by Mike.Popoloski on 30 Dec 2011 at 3:44