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

simple dialogue box

Bob_Fratantonio
Beginner
860 Views
Hello,
I am trying to create a very simple dialogue box to ask the user to select a filename by allowing them to type the filename in an edit box. I looked at the help files but something isn't write. I click on Project->Add New Item and then choose Resource, name the file Filename.rc. Then it opens the file with Microsoft Developer Studio generated resource script in the source files folder. I right click the file, pick Open with -> Resource editor. Then it tells me the file could not be opened with the selected editor. I also tried to move the file to the resource files folder but the same thing happens. Any advice? I am using Intel Fortran Compiler 10.1.011 in Microsoft Visual Studio 2005.

-Bob
0 Kudos
6 Replies
Steven_L_Intel1
Employee
861 Views
Are you using the bundled Visual Studio 2005 Premier Partner Edition? If so, the resource editor is not provided. You will have to use an independent resource editor or use a "retail" version of Visual C++/Visual Studio.
0 Kudos
Bob_Fratantonio
Beginner
861 Views
Yes Steve, I am using the Premier Partner Edition. Can you give me more info on how to proceed?

Thanks,
Bob
0 Kudos
Steven_L_Intel1
Employee
861 Views
You can Google "resource editor download" for some options. I don't have a specific recommendation for you.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
861 Views
I recommend www.resedit.net.
0 Kudos
Steven_L_Intel1
Employee
861 Views
That does indeed look like a great choice. You will need to add the path to the Platform SDK Include folder to its list of include paths.
0 Kudos
Bob_Fratantonio
Beginner
861 Views
Thanks guys!

I have another question that is completely unrelated. I am trying to write an optimization routine similar to MATLAB's fminsearch function. Am I on my own here, or are there routines already written?

Thanks much,
Bob
0 Kudos
Reply