Software Archive
Read-only legacy content
17061 Discusiones

Need help on CVF6 mix language "SIMPLE" example

Intel_C_Intel
Empleados
472 Vistas
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 Respuestas
Steven_L_Intel1
Empleados
472 Vistas
You need to install DFORRT.DLL, the Visual Fortran run-time DLL, on the third machine.

Steve
Intel_C_Intel
Empleados
472 Vistas
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
Empleados
472 Vistas
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
Empleados
472 Vistas
Many thanks!

SM Kwan
Responder