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.

mixed language & Application

erheiqin
Beginner
550 Views
I have some questions:
(1) I am calling a simple c++ function from fortran program. I can do it by buildingthe projectin a fortran console application. However, if I build it from Qickwin application, I got many errors when I compile it. The codes are exact the same. Why can I do it from one type of applicaiton, but not the other? What are the main differences among all these applications?
(2) If I want to call a .lib, are there any special setting/linker I need to set?
(3) Are there any good sources about all of these?
Thanks
Erheiqin
0 Kudos
1 Reply
Steven_L_Intel1
Employee
550 Views
There is a full chapter of the User's Guide on mixed-language applications. In the case of QuickWin, this uses the threaded C libraries so you would need to build your C++ code with the multithreaded libraries setting as well.
0 Kudos
Reply