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

Access internal functions from another program

soroosh
Beginner
435 Views
I'm is trying to contract out some of my development to overseas. I would like to send a "library sort of thing" for the developers on the other side to link upon and compile. I also want them to be able to call a subset of available functions in my code and use my common blocks in their code, through an interface routine which I provide.

Since I'm new to this concept, I need some guidance from the gurus on this forum. I suspect dll would be the way to go, however I would appreciate any suggestions, pointers, or standard practices.

Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
435 Views
Yes, a DLL is just what you want for this.

Steve
0 Kudos
Reply