- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suggest using the options provided on the property pages to set optimization options. /fast should be accepted, but it also sets /QxP which you may not want.
I haven't seen the third problem. You may want to just recreate the projects rather than spend time trying to solve the conversion error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
(3) Does sound rather strange if you can change some but not all of the options. I wondered if there might be a file permission problem, but then you would not have been able to convert the projects in the first place.
For our system I converted some 360 solutions consisting of over 200 Fortran projects and over 520 C/C++ projects. Many of the solutions are mixed language. There are static libs, dlls and executables, butnot once did Iexperienceyour problem.
If the main project is C/C++ then the "command line" and "working directory" options are written to a hidden*.suo file (Visual Studio Solution User Options). Currently if the main is a Fortran project these options are written to the *.vfproj file. (This caused us a slight problem with our integration with Visual SourceSafe which I reported to Premier Support. I heard today that the issue isbeing resolved and will be put into av10compiler update.)
Sorry I can't be more helpful at the moment.
Les
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Uggh! Thanks for your help thus far, but I'm still hosed and in need of further help with the following:
OK so I followed the guidance on the USEROPEN issue, and now my routine compiles, but I cannot link. As I get unresolved references for any subroutines that call the subroutine that calls the OPEN command that references USEROPEN. I get XXXXX@48 unresolved reference. Further thoughts?
Also, I cannot seem to reference routines in the portability library (e.g., SLEEP, RENAME, FDATE). I tried "USE DFPORT", "USE IFPORT", and updating the project settings to specify use portability library. I continue to get FDATE@8 unresolved referenc or SLEEP@4 unresolved reference. If there something else I need to do?
Finally, how comes even if know code changes, many of the fortran projects recompile some of the source files and re-archive the libraries. I notice not all source files get recompiled, but only some?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have EXTERNAL FDATE or the such? You shouldn't. Either USE DFPORT or USE IFPORT should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This bug has been fixed and the fix should show up in an update in late May.

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