Herfried,
Most will, I understand that if you did not declare your P/Invoke (Declares)
correctly they will not work. For example using System.Int32 for handles
instead of System.IntPtr. System.IntPtr actually changes size for which OS
you are on, so its preferred for windows handles.
There is a video on MSDN that talks about running .NET apps on 64-bit .NET
framework, however I am not finding it right now.
VS.NET itself will remain 32-bit, however their will be a 64-bit version of
the CLR. Which will allow your .NET programs to run as 64-bit apps or 32-bit
apps.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.