D
Daniel Bello Urizarri
Hello:
I need to link with some external native library from a managed program
written in c#.
I want my program to run in any cpu, so I need to link to the appropriate
external dll.
Is there any way to know it?
Note::
Using (IntPtr.Size == 8) I cant not know If Im in an Itanium64
processor or on an AMD 64, wich have different architectures.
I need to link with some external native library from a managed program
written in c#.
I want my program to run in any cpu, so I need to link to the appropriate
external dll.
Is there any way to know it?
Note::
Using (IntPtr.Size == 8) I cant not know If Im in an Itanium64
processor or on an AMD 64, wich have different architectures.