Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

New user I can't compile EM64T

cesarpradosboda
Beginner
250 Views
:womansad:
Hello,
I want to compile a program in for an application EM64T. I execute "Build for Environment EM64T-based applications" in the console window I execute devenv.exe and inizia Visual Studio NET, in which i don't find how defining the platform for EM64T, that is i want a exe for a platform EM64T.
Thanks
0 Kudos
2 Replies
Steven_L_Intel1
Employee
250 Views
Building for EM64T in Visual Studio.NET is not yet supported. You can do this, though:

In the "Build Environment for EM64T-based applications", type:

devenv /useenv

This should allow you to compile and link (but not debug). This method is not supported by Intel.

With Visual Studio 2005, and a future version of Intel Visual Fortran, this will be a supported option.
0 Kudos
cesarpradosboda
Beginner
250 Views
Hi, the problem is solved:smileyhappy:
0 Kudos
Reply