- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trialling the IVF 9.0 compiler. The CVF->IVF conversion/porting guide explains how to use the .DSW file as a starting point. Being a cautious soul, I wish to keep all my CVF projects 'as is' for the moment. When I convert from CVF workspace/projects to IVF Solutions, it would appear that I need to duplicate all my CVF projects (DSW's, project files etc.)and their associated Fortran files in new IVF 'solution' folders especially as the code will have to be converted to use different module names (IFWIN etc.). Or is there asafe efficient way of doing this that allows CVF projects and IVF solutions to co-exist in the same folders? Will the CVF .DSW and project files remain unaffected?
Message Edited by anthonyrichards on 08-08-2005 06:52 AM
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, you don't have to duplicate the files. If you want to keep using the CVF module names, you can. They still work. The conversion process does not affect the .DSW and .DSP files, though things might get confusing if both projects used the same Debug and Release folders.
If you find you have code that needs to know which compiler is being used, use !DEC$ IF DEFINED (__INTEL_COMPILER)
If you find you have code that needs to know which compiler is being used, use !DEC$ IF DEFINED (__INTEL_COMPILER)

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