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

build order in visual studio .NET

dlemmon1
Beginner
300 Views
I have ported a COM Server project from CVF to IVF 8.0.50. The problem I have is that VS.NET tries to build the resource file (.res) before it builds the type library (with MIDL), even though the resource file is dependent on the type library. In CVF under the old Visual Studio, it compiled the type library first, so there was no problem. Does anybody know how to get VS.NET to compile this in the correct order? If it is a bug, is it an IVF issue, or do I need to submit it as a bug report to Microsoft?
Thanks for any insight.
0 Kudos
1 Reply
dlemmon1
Beginner
300 Views
Nevermind -- I fixed it. I just needed to put the IDL file for the type library in the build list. It works fine now.
0 Kudos
Reply