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
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
連結已複製
6 回應
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.
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
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