- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I used CVF to compile and execute files from command (actually itis executed from another an old program. I need to setup the configuration file.). But I cannot do it now (I have not used it for a while). I always get some error message like LNK1181. An example that I used:
Fl32 file1.obj file2.for file3.exe
(file1.obj: existing OBJ file; file2: new F77 file)
Version: VF6.0
Thank you very much.
James
- Marcas:
- Intel® Fortran Compiler
Link copiado
3 Respostas
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
That would not be a correct command. Use instead:
df /exe:file3.exe file2.for file1.obj
Make sure that file1.obj was compiled by CVF (or MSVC) and not some other Fortran compiler.
df /exe:file3.exe file2.for file1.obj
Make sure that file1.obj was compiled by CVF (or MSVC) and not some other Fortran compiler.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I doubt you found that in VC98in. VC98lib, yes.
You should not need to do this if you have established the command environment properly. Do this either by using the "Fortran Command Prompt" shortcut provided in the CVF Start Menu program group, or run DF98indfvars.bat from your script or command prompt window.
You should not need to do this if you have established the command environment properly. Do this either by using the "Fortran Command Prompt" shortcut provided in the CVF Start Menu program group, or run DF98indfvars.bat from your script or command prompt window.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Thank you, Steve. I did not setup the environment properly. It is very helpful!
James

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora