Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Distribution libraries

Wesley_G_
Beginner
373 Views
I'm porting an application over from CVF. Still having some problems, but now I'm trying to figure out what runtime libraries I need to distribute with my program. I'm using multi-thread DLLs.
Is there a runtime distribution "kit" or something??
Thx,
Wes
0 Kudos
1 Reply
Steven_L_Intel1
Employee
373 Views
Not yet - it's on our "wish list". Please register your desire for this by filing a feature request with Intel Premiere Support.

I suggest getting Dependency Walker, a great tool for seeing which DLLs your program or DLL depends on. That will tell you which DLLs you need to distribute.
0 Kudos
Reply