Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

How to migrate VF between computers?

WSinc
New Contributor I
946 Views
I am retiring a Windows 98 computer over to a new XP computer, and moved all my Visual Studio files to the new computer, including the VF version 6.5. I kept the identical directory structure. However, when I try to compile a source file, it says "cannot launch DF.EXE"
Was there another set of files I was supposed to migrate over to the new computer?

Or do I have to reinstall the VF from scratch? I have ordered the 6.6A upgrade, but thought I first would have migrate the 6.5 version.
0 Kudos
4 Replies
Intel_C_Intel
Employee
946 Views
My guess is that your TEMP path setting in your environment is too long. When we install CVF on Windows 2000 machines we have to adjust this before doing a build. It usually is c:Documents and Settings.... and we change it to c:winnt emp or c: emp.
0 Kudos
WSinc
New Contributor I
946 Views
Are you saying that I can't put it in the usual Visual Studio hierarchy? On the old computer, it was under Programs/Microsoft Visual Studio/ common / etc.

I would not like to sacrifice that unless absolutely necessary, since it can cause problems elsewhere.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
946 Views
I'd really recommend rerunning setup -- it does all you need to do. Manual copying definitely won't work. Probably exporting & importing registry keys from Regedit
[both HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE] /Software/Microsoft/DevStudio/6.0 would work provided you keep directory structure identical. However, if VS crashes on the new machind during startup after that, remove these keys and run setup.
0 Kudos
Steven_L_Intel1
Employee
946 Views
You MUST do an install - you cannot simply move files. There is too much registry customization and other things going on at install to make a simple file copying work.

Steve
0 Kudos
Reply