- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried to rebuild and every source file( even tiny ones)I try generates an abort with code 1, which according to the log in an internal compiler error. SInce it's happening with every file, perhaps I've gotten some systemic problem or setting changed, since others aren't having trouble. Any suggestions?
Even this one (compile invoked by right click on file):
SUBROUTINE HELP(NAME)
USE IFQWIN
USE IFWIN
INCLUDE 'SETCOM.F90'
CHARACTER NAME*(*)
INTEGER(4) WINCMD
HELP_TOPIC=ADJUSTL(NAME)
IRET=WINCMD('HH '//PATH(1:LPATH)//'OSIRHELP.CHM::/'//TRIM(HELP_TOPIC)//'.HTM')
END
USE IFQWIN
USE IFWIN
INCLUDE 'SETCOM.F90'
CHARACTER NAME*(*)
INTEGER(4) WINCMD
HELP_TOPIC=ADJUSTL(NAME)
IRET=WINCMD('HH '//PATH(1:LPATH)//'OSIRHELP.CHM::/'//TRIM(HELP_TOPIC)//'.HTM')
END
Thnaks
Link Copied
- « Previous
-
- 1
- 2
- Next »
22 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Same with me; doubleclicking on vproj opened solution, which I saved, but still had the same problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In VS.NET, right click on the project, select Properties. Then select Fortran..Command Line. Does /names:uppercase appear under "All options"?

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
- « Previous
-
- 1
- 2
- Next »