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

Help with first-time DLL please

michael_green
Beginner
357 Views
Hi,
I've managed to create my first DLL successfully. It's based on the example in ...DF98/samples/dll/loadexp1.
I notice that when I build the example I get an output telling me "1 file(s) copied" - this is presumably the dll itself being copied to the main program's directory. In my case I have had to make a similar copy manually because I cannot find where in the build setup this automatic copy is specified. Am I correct in my assumption here, and if so please could someone enlighten me as to how it is done?
With many thanks in advance
Mike
0 Kudos
2 Replies
sabalan
New Contributor I
357 Views
You can see the path and file name under Project / Sttings... / Link tab / Output file name.
Sabalan.
0 Kudos
Lorri_M_Intel
Employee
357 Views
The "copy" is happening as part of the post-build.
To see that, in the LoadEXP1 sample, go to Project-Settings, then to the rightmost tab, called "Post Build". You'll need to use the arrow box beside the tabs in order to get over there.
Does that help?
- Lorri
0 Kudos
Reply