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

Using resource viewer with Visual Studio 2005, IVF 11.1.038

Ray_R_1
Beginner
441 Views
I am trying to use MS Visual Studio 2005 with IVF 11.1.038 running Win x64 Pro (Xeon processor) to create dialogs. I can view the dialogs in the resource viewer and can copy and paste components within the dialog, i.e. a listboxs, combos etc., but can not pull anything off the toolboxand addto the dialog. If I open the same resouce file in a VC++ project I can get stuff off the toolbox and add it just fine. With Visual Studio 2003 I had no problems using the toolbox with fortran projects. Any idea what is going on.

I have tried to open existing fortran Qwin and console projects that worked fine in VS 2003 with VS 2005. They all do the same thing. I can look at the dialogs, but can not add any new components from the toolbox.
0 Kudos
1 Solution
Steven_L_Intel1
Employee
441 Views

You need to install Service Pack 1 for VS2005.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
442 Views

You need to install Service Pack 1 for VS2005.
0 Kudos
Ray_R_1
Beginner
441 Views

Thank you, that seemed to fix the problem.
0 Kudos
Reply