Tagged Questions
0
votes
2answers
1k views
structure alignment to port code to 64-bit
I have a 32-bit .NET assembly which PInvokes into the C layer. I want to port this assembly to 64-bit. I have read many documents related to porting to 64-bit, all of which seems to suggest that we ...