- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi,
I work on a C++ / Fortran project. It worked fine on Windows XP. Now I am working on Windows 7. I am using VS2005 and IF 11.1.070.
I can compile and run the application on Windows 7.
However, when I install it on Windows XP it opens normally and closes if I try to access any item from its menu. No error messages appears.
Is there any special settings on the project so it can work on both Windows 7 and XP?
Thanks
Andrea
I work on a C++ / Fortran project. It worked fine on Windows XP. Now I am working on Windows 7. I am using VS2005 and IF 11.1.070.
I can compile and run the application on Windows 7.
However, when I install it on Windows XP it opens normally and closes if I try to access any item from its menu. No error messages appears.
Is there any special settings on the project so it can work on both Windows 7 and XP?
Thanks
Andrea
- Etiquetas:
- Intel® Fortran Compiler
Enlace copiado
3 Respuestas
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
One subtle difference might be whether you have enabled the SSE2 instruction set, or not (arch:IA32). Your Win7 machine undoubtedly supports SSE2, but an older XP machine might not, and I don't think there is any error message when this happens.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Try starting the application from a command prompt window and see if any error messages appear. There are no special project settings for such a thing, as applications are generally compatible as long as they don't rely on Windows API routines not in he older OS - but if that was the issue you'd get an explicit error message when running the program.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Steve: even running from the cmd line, no message is shown.
But it seems I could fix the problem following Paul's advice.
For the fortran project, the "Code Generation > Enable Enhanced Instruction Set" was "NotSet". So I changed to /arch:IA32. I didnt change it for the C++ project, which remains "NotSet".
And voila: its working!
Maybe I'll find some other issues ahead, but at least now I can test the app.
Thanks A LOT. Couldnt have done by myself.
Andrea
But it seems I could fix the problem following Paul's advice.
For the fortran project, the "Code Generation > Enable Enhanced Instruction Set" was "NotSet". So I changed to /arch:IA32. I didnt change it for the C++ project, which remains "NotSet".
And voila: its working!
Maybe I'll find some other issues ahead, but at least now I can test the app.
Thanks A LOT. Couldnt have done by myself.
Andrea

Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla