Software Archive
Read-only legacy content
17061 Discussões

Need help on CVF6 mix language "SIMPLE" example

Intel_C_Intel
Funcionário
470 Visualizações
Hello, I need to learn about VB call CVF6 programming, so I tried with the "SIMPLE" example came from CVF6. The program ran fine in two machines but failed on the third one. The last machine is similiar config as the second one which no compiler is installed on it. When I ran the program in the third machine it failed with message like "error code 53 'fcall.dll' not found", but I actually put the sample.exe and fcall.dll in the same folder.

Does anyone has hints on what is the problem that caused the failure?

Thanks N brgds SM Kwan
0 Kudos
4 Respostas
Steven_L_Intel1
Funcionário
470 Visualizações
You need to install DFORRT.DLL, the Visual Fortran run-time DLL, on the third machine.

Steve
Intel_C_Intel
Funcionário
470 Visualizações
Now it work on the third one also. Thanks!
By the way, where can I find more information about what and when do I need to include for distributing the executable?

Thanks N brgds SM Kwan
Steven_L_Intel1
Funcionário
470 Visualizações
This issue is discussed in the Programmer's Guide chapter on creating and using DLLs. We provide an installable redistributable package - you can get it from the Downloads section of our web site.

Steve
Intel_C_Intel
Funcionário
470 Visualizações
Many thanks!

SM Kwan
Responder