Guest xionmark Posted June 29, 2011 Share Posted June 29, 2011 Howdy, I'm trying to see if it's possible to build 64bit DLL's on a 32bit XP machine that has a 64bit AMD processor. This is what I found on MSDN, could it really be that easy? http://social.msdn.microsoft.com/Forums/en/netfx64bit/thread/f21450f5-b36d-4ea2-9806-f169aff0388d I've done a ton of cross compiler work in the past for OS's other than Windows, I always assumed there were far more dependencies involved (Service Packs and what not). --Mark Quote Link to comment Share on other sites More sharing options...
kursad Posted June 29, 2011 Share Posted June 29, 2011 xionmark, Have you tried MinGW? You might be able to compile it with that. I did compile Windows executables under Linux with Mingw for Linux for example. Quote Link to comment Share on other sites More sharing options...
Erik_JE Posted June 29, 2011 Share Posted June 29, 2011 Howdy, I'm trying to see if it's possible to build 64bit DLL's on a 32bit XP machine that has a 64bit AMD processor. This is what I found on MSDN, could it really be that easy? http://social.msdn.microsoft.com/Forums/en/netfx64bit/thread/f21450f5-b36d-4ea2-9806-f169aff0388d I've done a ton of cross compiler work in the past for OS's other than Windows, I always assumed there were far more dependencies involved (Service Packs and what not). --Mark It is this easy to compile 32bit on 64bit at least but have never done it reverse way. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.