Hi,
Can anyone help me out on how to include the resource file generated by resedit into intel visual fortran?
I couldn't seem to make it work..
I tried making a dialog in resedit and then added the .rc and .h file in my solution in visual studio.
I then added a custom build setup for resource.h using steve's guide below:
Cita:
Steve Lionel (Intel) wrote:ResEdit should generate both a .rc and a .h. You will need to add both of those to your Fortran project and add a custom build step for the .rc:
Add Resource.h to your project using File>Add Existing Item....
Select the Resource.h file in the Solution View and the select View>Property Pages from the main menu bar.
Set the Command Line option to use the deftofd tool by entering:
deftofd resource.h resource.fd
Set the Description option to Generating Fortran include file...
Set the Outputs option to resource.fd.
Click OK.
Problem is i couldn't compile my program successfuly. I always get the following error:
Error 1 fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt LINK
It would be nice if someone could post a complete guide for beginners in using resedit in intel visual fortran..
Thanks in advance. ^^


