Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Compilation of static librairies

Nicolas_C_
Beginner
595 Views

Hi everybody,

I have a question about the compilation of static libraries. I tried to compile my own static libraries on the graphic interface but I don't know how !

Could you help me, please?

Thanks a lot.

Best regards.

Nico.

0 Kudos
2 Replies
Les_Neilson
Valued Contributor II
595 Views

You mention "graphic interface" I am assuming you mean Visual Studio.

It would help if you (a) showed us what you did do and/or (b) attached your vfproj file(s)

You mention libraries (plural) so you should have one project per library.

You really should look at the Intel help : for example under Getting Started - creating a new project In Visual Studio

File->New->Project where you choose the type of project e.g. library.

Looking at the examples provided with the compiler might also help you.

Les

0 Kudos
FortranFan
Honored Contributor III
595 Views

Also, see this link at Microsoft's MSDN site.

0 Kudos
Reply