Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Resource editor in VS Shell

netphilou31
New Contributor III
464 Views
Hi, I just notice that there was no resource editor included in the VisualStudio Shell (VS2010 in my case). This does not make sense for me because you can you can build dlls, no ? or does it means that nobody uses resources in Fortran DLLs ? Is there a way to use the resource editor included for example in the complet version of VS2005 ? Best regards, Phil.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
464 Views
The issue is that Microsoft considers the resource editor to be part of the Visual C++ product and doesn't allow us to license it for a Shell install. I don't know of a way to "add in" a resource editor, but you can always edit the resource separately, either in VS2005 or in the freeware ResEdit. You can compile resources using the shell.
0 Kudos
Reply