- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting the following error when I try to execute a MSVC program in visual fortran
C:sampleioMSVCDma_BuffDma_95.rc(195) : fatal error RC1015: cannot open include file 'afxres.rc'.
I want to know why I am getting this error and how can I correct it.Thanks.
C:sampleioMSVCDma_BuffDma_95.rc(195) : fatal error RC1015: cannot open include file 'afxres.rc'.
I want to know why I am getting this error and how can I correct it.Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The problem is that the resource compiler can't find afxres.rc n- this has nothing to do with Visual Fortran specifically, but the probable solution is - in Developer Studio, select Tools..Options..Directories..Show directories for..Include files. Add C:Program FilesMicrosoft Visual StudioVC98MFCINCLUDE to the list (adjust this if you installed Visual C++ somewhere else.) You'll pribably want to add ..VC98MFCLIB to the Library Files list too.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page